I'm using a matlab code within a labview (6.1) code by mean of the
"matlab scipt".
The problem is that I'm trying to pass the path of a file from labview
to the matlab script so that matlab can open it and work with its
data.
It seems that matlab script can only accept in input numbers (of any
kind, but numbers) and not strings.
Has anybody found a way to solve this problem?
I could import those files from labview and then pass the data to the
matlab script, but in geenral the problem remains that one cannot pass
strings to matlab.
Thanks for your help!
- Riccardo