how can i find the exact sin graph in matlab
Afficher commentaires plus anciens
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)
Réponse acceptée
Plus de réponses (1)
princess
le 28 Nov 2017
0 votes
1 commentaire
Walter Roberson
le 28 Nov 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
Catégories
En savoir plus sur MATLAB dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!