06-24-2015 02:41 PM
hi, im using the labview mathscript and i want to create my own function, my code has the command []=size();
when i run the script in the window labview mathscript it shows the error "expecting EOF, found '['" in the
line where i have the command size
Can somebody help me?
grettings
06-24-2015 08:13 PM
06-24-2015 08:20 PM
hi, yes i already saw that link, i tried on: [m,N,ntrials]= size(X)
and i cant see the mistake
06-24-2015 08:28 PM
Hi,
Currently, MathScript does not support mulit-dimensional array. That is to say, size can have two outputs at most.
06-25-2015 08:45 AM
hi, you were right thanks