In matlab simulink how to increase accuracy of display?
조회 수: 3 (최근 30일)
이전 댓글 표시
In the above dispaly the accuracy is upto 4 decimal places. How to incraese that?댓글 수: 0
채택된 답변
Mathieu NOE
2021년 9월 28일
hello
see the doc
use the appropriate display option (long or long_e) :
Numeric display format — Format to display numeric input data
short (default) | long | short_e | long_e | bank | hex (Stored Integer) | binary (Stored Integer) | decimal (Stored Integer) | octal (Stored Integer)
댓글 수: 0
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!