How do i specify the sample time of an Inport block simulink in 'milliseconds' programmatically from Matlab
조회 수: 1 (최근 30일)
이전 댓글 표시
The default time for a block unit is seconds. How can i change it to milliseconds programmatically ?
댓글 수: 0
채택된 답변
Azzi Abdelmalek
2016년 8월 31일
You can't change it, and there is no need to do it. If you want a millisecond, just multiply it by 0.001
댓글 수: 2
Azzi Abdelmalek
2016년 8월 31일
This is not in Simulink. When you look at Simulink Solver parameter http://www.mathworks.com/help/simulink/gui/solver-pane.html , there is nothing about time unit
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Sources에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!