is there 'scope function' in Matlab?
1 次查看(过去 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 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!