Set up a function corresponding to this graph
Mostrar comentarios más antiguos
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?

Respuesta aceptada
Más respuestas (1)
Mark Sherstan
el 10 de Feb. de 2019
t = linspace(0,3*pi)';
x = square(t);
plot(t,x)
ylim([-2,2])
1 comentario
Danny Helwegen
el 11 de Feb. de 2019
Categorías
Más información sobre Networks en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
