LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to make state space equation in LabVIEW

Hi,
 
I have obtained a mathematical model for a circuite in state space and want to put this equation in LabVIEW to test the model by giving it an input and read out put. It is simulation only.
Any idea how to do this?
Thanks inadvance for your help
 
Tareq
0 Kudos
Message 1 of 3
(2,493 Views)
The formula node is similar to C in syntax so I would try to copy it into that. If the code you have is in Matlab you might have to make some adjustments for functions that exist only in Matlab. Of course, if you are running Matlab on the same computer you can use the Matlab interface. Complicated math in G sometime makes more sense when it is put in a formula node.
0 Kudos
Message 2 of 3
(2,489 Views)
Hi
 
 by using MatLab it could be done. but I'm trying to make it using LabVIEW ONLY using the simulation pallet in LabVIEW. What I need is how to use state space function in that pallet to implement  X'=aX+b.
many thanks for your help.
 
Tareq  
 
 
0 Kudos
Message 3 of 3
(2,485 Views)