MATLAB: Is there ‘scope function’ in Matlab

MATLABSignal Processing Toolboxsimulink

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))

Best Answer

No and you just have to use plot() where you could use the datas from Simulink using To Workspace block.
Related Question