how can i find the exact sin graph in matlab
Mostrar comentarios más antiguos
I used the following program to plot sin function but I found a different graph and I don't get it.
x=[0:10];
y=sin(x);
plot(y)
Respuesta aceptada
Más respuestas (1)
princess
el 28 de Nov. de 2017
0 votos
1 comentario
Walter Roberson
el 28 de Nov. de 2017
cloop is a variable name that is used in some of the examples.
feedback() is a function from the Control System Toolbox; https://www.mathworks.com/help/control/ref/feedback.html
Categorías
Más información sobre MATLAB 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!