Simulink scope time resolution on X Axes
Mostra commenti meno recenti
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
Risposte (2)
mark
il 10 Dic 2013
0 voti
A Jenkins
il 10 Dic 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
Categorie
Scopri di più su Scopes and Data Logging in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!