Is it possible to get a relationship between two vectors in matlab?

Respuestas (1)

plot(x,y)
will do the trick, as long as x and y are of the same length.

1 comentario

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.

Iniciar sesión para comentar.

Categorías

Más información sobre Get Started with Curve Fitting Toolbox en Centro de ayuda y File Exchange.

Productos

Etiquetas

Preguntada:

el 15 de Jul. de 2013

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by