Simulink scope time resolution on X Axes

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

Respuestas (2)

A Jenkins
A Jenkins el 10 de Dic. de 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

Preguntada:

el 10 de Dic. de 2013

Respondida:

el 10 de Dic. de 2013

Community Treasure Hunt

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

Start Hunting!

Translated by