Hello,
for a couple of programs I'm using matlab sript in LabView. This works fine for matlab R12 and LabView 7.1. However, with matlab 7.0.1 (R14) amd LabView 7.1 I'm having problems calling a matlab .m file within a scriptnode: first a got error 1047 (LabView was unable to send variable to script server), which could be fixed by installing the new matscript.dll. Now I'm getting error 1048 (LabView unable to get variable from sript server), however only when I try to call a matlab .m file within the scriptnode. When I directly type the code of the .m file into the sciptnode everything works fine.
Does anybody have an idea how to fix this?
Thanks a lot in advance!