How do I change plot line widths?

103 vues (au cours des 30 derniers jours)
Benjamin Haag
Benjamin Haag le 2 Fév 2019
I'm trying to plot two arrays of values and change the width of the resulting line, however I can't seem to get it to work. I've tried several approaches and nothing seems to be yielding any results.
plot(X_a,Y_a,'LineWidth',10);
  6 commentaires
Benjamin Haag
Benjamin Haag le 3 Fév 2019
Got it working, for some reason my function wasn't updating when I called it to check my work. All set now. Thanks!
Adam Danz
Adam Danz le 3 Fév 2019
If the m-file containing your function is stored on a remote driver or server, sometimes you need to rehash the path after making changes to the m file before those changes take effect.
rehash path

Connectez-vous pour commenter.

Réponses (1)

Aik-Siong Koh
Aik-Siong Koh le 8 Juil 2021
See comments for answer.

Catégories

En savoir plus sur Marine and Underwater Vehicles 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