is there 'scope function' in Matlab?
조회 수: 4 (최근 30일)
이전 댓글 표시

in simulink, there is scope function to express [frequency, magnitude]
how to load this in mathlab
I called the function in console
but no such function exist
scope(func(x))
채택된 답변
madhan ravi
2020년 4월 8일
No and you just have to use plot() where you could use the datas from Simulink using To Workspace block.
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Simulink Functions에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!