error:Undefined function or variable 'sawtooth'.
Ältere Kommentare anzeigen
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 Kommentare
VBBV
am 25 Dez. 2020
Change your working directory name to something other than standard matlab installed folders
VBBV
am 25 Dez. 2020
Seems sawtooth function is not supported in matlab 2015a
shivam Kumar
am 25 Dez. 2020
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Introduction to Installation and Licensing finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!