LabVIEW MathScript RT Module

cancel
Showing results for 
Search instead for 
Did you mean: 

Matrix from MathScript

Solved!
Go to solution

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

Download All
0 Kudos
Message 1 of 3
(6,792 Views)
Solution
Accepted by topic author Klejur

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

Message 2 of 3
(6,786 Views)

Great! Thank you very much!

Best regards

Maciej

0 Kudos
Message 3 of 3
(6,768 Views)