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
답변 (2개)
A Jenkins
2013년 12월 10일
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
카테고리
도움말 센터 및 File Exchange에서 Scopes and Data Logging에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!