LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with ode45 in Mathscript

Solved!
Go to solution

Don't you just hate answers to posts that say, yep, I solved it --  no explaination just "it works!".  I was interested to know if mathscript can handle functions with multiple outputs.  I thought surely this post will have the answer...but I was "denied".  oh well, back to googlearning!

0 Kudos
Message 11 of 12
(239 Views)

Hi,

I have Matlab code with differential equations in a function.

With Matlab, I'm able to solve them using ODE45 solver

which uses the syntax [   ..  ] = ode45 (@funname, ...,..)

I want to integrate this with LabVIEW, but how do I implement ODE45 function in LabVIEW.

Writing it in "@funname" is giving error.

Calling functions in the format , c= func(a,b) is fine,  but I'm not able to understand how to implement ODE45 equation.

COuld you please help.

0 Kudos
Message 12 of 12
(186 Views)