0
votes
votes
0 answers
insert values in database in image format from double format
how to insert values in a database attribute in image format from double format in a program. trying to add peak data double(X, Y)in a table.
blah blah blah is here! blah blah » Close
how to insert values in a database attribute in image format from double format in a program. trying to add peak data double(X, Y)in a table.
assume that I have my XY-values stored in a file XY.txt, with the first column being the X-values and the second column being the Y-values, I would like to detect those peaks (postive and negative) from the file. I would like to store those ...
Got feedack? Found a bug? report it here.