Filter löschen
Filter löschen

Simulink scope time resolution on X Axes

9 Ansichten (letzte 30 Tage)
mark
mark am 10 Dez. 2013
Beantwortet: A Jenkins am 10 Dez. 2013
Hey,
On a Simulink scope output I keep finding that the time scale doesn't change as you zoom in. Even outputting the array to the workspace doesn't indicate the time resolution.
Example:
Minimum timestep = 1E-7s
If you zoom into the scope output it will just say (as an example)
0.01 0.01 0.01 0.01 0.01 0.01 0.01 0.01 0.01 0.01 0.01 0.01 0.0101
Why will it not show smaller timescales?
Cheers, Mark

Antworten (2)

mark
mark am 10 Dez. 2013
any one?

A Jenkins
A Jenkins am 10 Dez. 2013
I have a similar complaint, but I assume they just decided it was too hard to try to fit all the significant digits on a small plot, and didn't want to use a simple offset+exponent notation.
Anyway, I just output to the workspace and adjust the format to get enough digits, before printing my array. For example:
format long

Community Treasure Hunt

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

Start Hunting!

Translated by