Undefined function 'plotSpec' for input arguments of type 'double'
7 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Bahaa Algebory
el 29 de Jul. de 2016
Comentada: Walter Roberson
el 26 de Ag. de 2019
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)
0 comentarios
Respuesta aceptada
Walter Roberson
el 29 de Jul. de 2016
plotSpec is not a function in any MATLAB toolbox.
I find plotspec (lower case 'S') defined in a couple of user-contributed files that look like homework; the files vary too much to say that "plotspec" has a well-defined purpose.
0 comentarios
Más respuestas (1)
Ronald Leon
el 25 de Ag. de 2019
Hi i tried even the lower case one but still says error in plot spec
Ver también
Categorías
Más información sobre MATLAB Report Generator en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!