Using Deval with Simulink Output

6 views (last 30 days)
Is there a way to use deval with the output from simulink. deval works fine with a solution structure from the ODE integrators. However, I am looking for something similar that relates to simulink. Thoughts?

Accepted Answer

Jason Nicholson
Jason Nicholson on 21 Mar 2018
Edited: Jason Nicholson on 21 Mar 2018
No, there is not an obvious way to use Deval with Simulink output. However, you can use "Configuration Parameters"-->"Data Import/Export" to do the similar things that you can do with Deval. For instance, the "refine factor" allows a smoother output without reducing the step size or restricting the solver step size. Polynomial interpolation is used to interpolate in between time steps. The polynomial interpolation has the same order of accuracy as the solver. You can also request output at specific times with "produce additional output" or "Produce specificied output only" as shown below.

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!