LabVIEW MathScript RT Module

annulla
Visualizzazione dei risultati per 
Cerca invece 
Intendevi dire: 

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
Messaggio 1 di 3
5.752Visualizzazioni

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
Messaggio 2 di 3
4.943Visualizzazioni

Try to Use " global " instead of " syms " 

0 Kudos
Messaggio 3 di 3
4.831Visualizzazioni