Time
Followers: 0 Following: 0
Feeds
提问
error Unrecognized function or variable help me please :(!
the question(the part i tried to solve): Write a function called PlotSignal, the function will display on a graph the signal it...
10 months 前 | 3 个回答 | 0
3
个回答提问
error unrecognized function or variable help me please :(
function [] = PlotSignal(signalsCell,n) signals=signalsCell{2*n-1}; plot(signals,'k') end Write a function called PlotSignal...
10 months 前 | 1 个回答 | 0