03-08-2013 01:29 AM
Hi guys i have a 1-D array of strings but i want to dispaly is as 16x16 matrix. But array to matrix vi does not take strings as input so any other procedure is there to convert it?
Thanks & Regards
Niladri
03-08-2013 02:04 AM
"Build Array" and "Transpose 2D array" with a String array, works the same way as with "Array to Matrix.vi" and a "Real 1D Array".
03-08-2013 02:49 AM
Hi newbee,
first: using a "matrix" in LabVIEW is intended for mathematics operations. So a "matrix" will never work with strings...
But maybe you just need an 2D array of strings?
Or do your strings contain numbers and you need to convert those numbers to DBL representation?
Hint:
Whenever you have specific problems you should attach a VI showing what you have programmed so far AND showing which data you are talking about!
03-08-2013 03:26 AM
Thanks everyone for their response. And @GerdW yes you are right all I need a 2D array of Strings and I made it using "Reshape Array".
Thanks & Regards
Niladri
03-08-2013 03:42 AM