Undefined function 'plotSpec' for input arguments of type 'double'
이전 댓글 표시
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)
채택된 답변
추가 답변 (1개)
Ronald Leon
2019년 8월 25일
0 개 추천
Hi i tried even the lower case one but still says error in plot spec
카테고리
도움말 센터 및 File Exchange에서 ActiveX에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!