LabVIEW MathScript RT Module

cancel
Showing results for 
Search instead for 
Did you mean: 

LabVIEW MathScript does not support the syms command

hello, 

i am trying to making system which require symbolic matrix, i tried it in matlab by using syms command , i get symbolic matrix in matlab. but i wanted to do it in labview because my other system in labview, so please help me out...

sample of matlab code:

syms G11 G12 G22 

A=[G11 G12; 0 G22]

 Itry in matlab it work fine.. help mi with labview

0 Kudos
Message 1 of 3
(4,806 Views)

Hi

 

Were you able to find a solution to your problem? I tried using the same command (syms) and it doesn't work. 

0 Kudos
Message 2 of 3
(3,997 Views)

Try to Use " global " instead of " syms " 

0 Kudos
Message 3 of 3
(3,885 Views)