05-13-2009 03:14 PM
Hi
I have simple question. See on jpg or vi file. The size(y) is m=1 and n=101 but "y" output is scalar (not matrix and not array). How to display "y" on graph outside of MathScript function and why "y" output is not a matrix ??
Best regards
Maciej
Solved! Go to Solution.
05-13-2009 05:55 PM
You need to configure the output tunnels for the desired type.
Right-click on the output tunnels and select either "choose datatype...matrix...real matrix" or "choose datatype.. 2D array...DBL 2D", as appropriate
05-14-2009 01:12 PM
Great! Thank you very much!
Best regards
Maciej