Is it possible to get a relationship between two vectors in matlab?
Afficher commentaires plus anciens
I have 2 vectors x and y. I need to represent y as a function of x. Is it possible to do so in matlab?
Réponses (1)
David Sanchez
le 15 Juil 2013
plot(x,y)
will do the trick, as long as x and y are of the same length.
1 commentaire
David Sanchez
le 15 Juil 2013
and if you want to get the relationship, use the curve fitting tool by typing
cftool
A user interface will be prompted where you can approximate your data to the shape of your liking.
Catégories
En savoir plus sur Get Started with MATLAB dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!