Undefined function 'plotSpec' for input arguments of type 'double'
Mostra commenti meno recenti
Hello,
The following code should give the following graph, but there is an error appearing which is "Undefined function 'plotSpec' for input arguments of type 'double'." So, any one knows what is the problem?
Thanks,
f=10;
time=2;
Ts=1/1000;
t=Ts:Ts:time;
x=sign(cos(2*pi*f*t));
plotSpec(x,Ts)
Risposta accettata
Più risposte (1)
Ronald Leon
il 25 Ago 2019
0 voti
Hi i tried even the lower case one but still says error in plot spec
Categorie
Scopri di più su ActiveX in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!