Professor Blada:
I truly apprecate you helping me out to solve nonlinear equation.
Your code worked beautifully for me and thanks again for your prompt feedback in weekend time.
Thanks again, Dr. Balda.
Professor Balda:
I truly appreciate you for helping me out to solve non-linear equations. Your code beautifully worked out for me. Also, thanks again to correct matrix in your weekend time.
Dr. Balda, Thanks again for your great help and prompt support.
D. Kim
Hi, thank you very much for developing this code. I am having some trouble extracting the data from my TDMS files. After conversion, there will be a 1x1 structure with "FileName", "FileFolder", "SegTDMSVerNum", "NumOfSegments", and "Data". However, none of these values contain the actual measurement data. Under "Data", it only lists the names of the channels measured from my data acquisition board (under "MeasuredData", and the "Root".
Does this code allow you to be able to extract the measured data? Or only the structure of the TDMS file.
Thanks!
Comment only
04 Nov 2011
ConvertTDMS (v9)
Import a LabView TDMS file into the MATLAB workspace
You need two input arguments.
e.g.:
a = convertTDMS(0,'filename.tdms');
Zero as the first argument states that you don“t want Matlab to save the converted data automatically. If you give a 1 as the first argument the data will automatically be saved as a .mat- file.
It works for me! Thank you very much. Saves a lot of time.
BR, Daeniel
Comment only
10 Oct 2011
ConvertTDMS (v9)
Import a LabView TDMS file into the MATLAB workspace
Hello. I can't run this application. When I press the start button the following error appears:
??? Error using ==> convertTDMS at 225
Not enough input arguments.
I'm still a dummy user of Matlab....
Can you help me, please? Thanks.
Regards
Daniele
Comment only
22 Sep 2011
ConvertTDMS (v9)
Import a LabView TDMS file into the MATLAB workspace
Thank you for your contribution. I appreciate it.
In my case, reading 85 MB TDMS file takes 1 hour. And there is an error:
In an assignment A(:) = B, the number of elements in A and B
must be the same.
Error in ==> convertTDMS>postProcess at 1109
Value(c)=index.(cname).(cfield).value;
Error in ==> convertTDMS at 287
[ConvertedData(fnum).Data,CurrGroupNames]=postProcess(ob,channelinfo);
Thank you!
Comment only