Line thickness 'invalid data argument' error

5 visualizzazioni (ultimi 30 giorni)
Calvin Williams
Calvin Williams il 26 Gen 2019
Commentato: madhan ravi il 27 Gen 2019
Can anyone tell me why im getting an "invalid data argument" error when trying to change the line thickness. The commented out line works fine.
%plot(x,f,'r',x,fh,'b')
plot(x,f,'r','LineWidth',3,x,fh,'b','LineWidth',1)
legend('f','fh','Location','best')

Risposte (1)

madhan ravi
madhan ravi il 26 Gen 2019
plot(x,f,'r','LineWidth',3)
hold on
plot(x,fh,'b','LineWidth',1)

Categorie

Scopri di più su Dynamic System Models in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by