error:Undefined function or variable 'sawtooth'.
이전 댓글 표시
T = 10*(1/50);
fs = 1000;
t = 0:1/fs:T-1/fs;
x = sawtooth(2*pi*50*t);
plot(t,x)

grid on
댓글 수: 3
VBBV
2020년 12월 25일
Change your working directory name to something other than standard matlab installed folders
VBBV
2020년 12월 25일
Seems sawtooth function is not supported in matlab 2015a
shivam Kumar
2020년 12월 25일
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!