Hello,
I am trying to use the "Matlab script node" in my LabVIEW program.
I want to open a *.mat file and to export one of its variable as an Excel spreadsheet.
When I open my *.mat file by writing in the "Matlab script node" the full path of my file, it works. (ex: "load C:\test_matlab\11bf8200.mat").
But when I try to do it with a path directory box, it crashed and I have a error #1050.
(ex: I ask for the path of my file and after I use the command "load path")
I don't know why my program is crashing like that and I didn't find on this forum an answer for the error #1050 (because in all other case, my "Matlab script node" works !).
I enclose a screenshot of my program with the working and non-working command in my "Matlab script node".
If somebody has an idea, it could be great.
Thanks, Meach
p.s. : LabVIEW version: 8.20
Matlab version: 7.6.0.324 (R2008a)
Message Edited by Meach on
06-25-2008 03:29 PM