07-07-2021 10:33 AM
Dear,
I have one question when I edit my LabView program. The question is how to input test.xlsx to matlab for executing? The test.xlsx has been saved in the "Write to Measurement File 2".
Best regards
sschang
07-07-2021 10:42 AM
Hi sschang,
@sschang wrote:
I have one question when I edit my LabView program. The question is how to input test.xlsx to matlab for executing? The test.xlsx has been saved in the "Write to Measurement File 2".
Why do you need to save the data to a file, just to transfer the data to a MATLAB script?
Why don't you transfer the data to that script directly?
And why do you save to an XLSX Excel file format? Wouldn't it be easier to create a CSV file instead?
(The same for saving those two scalar results of the MATLAB script…)
Why do you need those 3 ExpressVIs (to save data to files) at all?
Btw. we cannot debug/edit/run images using LabVIEW. That's why we prefer real VI attachments!
07-07-2021 11:07 AM
Dear GerDW,
Many thanks for your response.
First, I want to log waveform file test.xlsx for the report. It is used to log file using "Write to measurement File 2".
How can I do if I transfer the data to that script directly?
By the way, the "write to measurement to file " is used to know the output waveform of wavelet D1.
Best regards
sschang