How do I change plot line widths?

97 Ansichten (letzte 30 Tage)
Benjamin Haag
Benjamin Haag am 2 Feb. 2019
Beantwortet: Aik-Siong Koh am 8 Jul. 2021
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 Kommentare
Benjamin Haag
Benjamin Haag am 3 Feb. 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 am 3 Feb. 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

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Aik-Siong Koh
Aik-Siong Koh am 8 Jul. 2021
See comments for answer.

Community Treasure Hunt

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

Start Hunting!

Translated by