Set up a function corresponding to this graph
Mostra commenti meno recenti
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?

Risposta accettata
Più risposte (1)
Mark Sherstan
il 10 Feb 2019
t = linspace(0,3*pi)';
x = square(t);
plot(t,x)
ylim([-2,2])
1 Commento
Danny Helwegen
il 11 Feb 2019
Categorie
Scopri di più su Networks in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
