How can i change the Width of arrows in feather command?

6 vues (au cours des 30 derniers jours)
Nooruddin Khaskheli
Nooruddin Khaskheli le 23 Mar 2020
feather(U,V,'b');
set(gca,'Xlim',[0 numel(U)]);
Nt=24;
xt=linspace(1,numel(time),Nt);
xt=floor(xt);
txt=time(xt);
ylim([-2 2]);
when write I LineWidth after'' feather( U,V,'LineWidth',5)'' it gives error

Réponses (1)

darova
darova le 23 Mar 2020
do this
h = quiver(x(2:end),y(2:end),1+dy*0,dy);
set(h,'linewidth',2)
  4 commentaires
darova
darova le 24 Mar 2020
Did you try my code? feather instead of quiver (i have no feather, can't check)
Kirill Ivanov
Kirill Ivanov le 9 Mai 2023
Modifié(e) : Kirill Ivanov le 9 Mai 2023
It is work for feather! Thank you!

Connectez-vous pour commenter.

Catégories

En savoir plus sur Simulink dans Help Center et File Exchange

Tags

Produits


Version

R2016a

Community Treasure Hunt

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

Start Hunting!

Translated by