Simulink scope time resolution on X Axes
6 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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
0 Kommentare
Antworten (2)
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
0 Kommentare
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!