Effacer les filtres
Effacer les filtres

How can I draw hysteresis loop using matlab

23 vues (au cours des 30 derniers jours)
Ede gerlderlands
Ede gerlderlands le 13 Fév 2013
I have velocity ,v, and discharge, q, vectors . I want to draw hysteresis plot between the two. I used plot_dir function but it can't allow me to have the plot with good view and resolution. Is there any way of plotting it?
I used this function but failed
plot_dir(v,q)
Thanks for your help.
Any function that give that shows the beginning and end of successive points with arrow is acceptable. Thanks again.

Réponse acceptée

José-Luis
José-Luis le 13 Fév 2013
Modifié(e) : José-Luis le 13 Fév 2013
x = rand(10,1);
y = rand(10,1);
quiver(x(1:end-1),y(1:end-1),diff(x),diff(y),0);
Please accept an answer if it helps you.
  5 commentaires
Sean de Wolski
Sean de Wolski le 13 Fév 2013
Nice!
Ede gerlderlands
Ede gerlderlands le 13 Fév 2013
Modifié(e) : Ede gerlderlands le 13 Fév 2013
Thanks all, You answered my questions . the arrow direction is not really distinguishable is there any way of improving it? it looks straight line rather than arrow...tnx

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Vector Fields dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by