Clear Filters
Clear Filters

data accuracy

2 views (last 30 days)
Luhur
Luhur on 12 Dec 2011
hi everyone...
i just wanna ask, is it possible to get data accuracy more precise than the time step. for example, in some simulation we set the step to be 1 second but in the sample time we want to get the data accuracy every 0.01 second, so it means 100 data during the 1 second step. can we???
thank you
best regards

Accepted Answer

Walter Roberson
Walter Roberson on 12 Dec 2011
No, the best you would be able to do would be to interpolate the values at the intermediate times, which is not going to be any more accurate than the way-points, and is going to be less accurate unless the interpolation function matches the underlying equations.
If you need accuracy to 0.01 then use that as your time-step.

More Answers (0)

Categories

Find more on Simulink in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!