is there 'scope function' in Matlab?
4 views (last 30 days)
Show older comments

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))
Accepted Answer
madhan ravi
on 8 Apr 2020
No and you just have to use plot() where you could use the datas from Simulink using To Workspace block.
0 Comments
More Answers (0)
See Also
Categories
Find more on Simulink Functions in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!