Set up a function corresponding to this graph
Ältere Kommentare anzeigen
hi, the following sketch was given to me and i need to set up a corresponding function. One problem, i have absolutely no clue, can somebody help me?

Akzeptierte Antwort
Weitere Antworten (1)
Mark Sherstan
am 10 Feb. 2019
t = linspace(0,3*pi)';
x = square(t);
plot(t,x)
ylim([-2,2])
1 Kommentar
Danny Helwegen
am 11 Feb. 2019
Kategorien
Mehr zu Networks 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!
