Change the color of streamslice

21 Ansichten (letzte 30 Tage)
Shan  Chu
Shan Chu am 3 Feb. 2017
Kommentiert: Jose Luis am 25 Apr. 2023
Dear all, I am using the streamslice to plot the Poynting vector but the default color of MATLAB is blue and I don't really like it. So, how could I change it to other color, e.g., black. Thanks

Akzeptierte Antwort

Adam
Adam am 3 Feb. 2017
Bearbeitet: Adam am 3 Feb. 2017
load wind
figure
h = streamslice(x,y,z,u,v,w,[],[],[5]);
axis tight
set( h, 'Color', [0 0 0] ) % or set( h, 'Color', 'k' ) if you prefer
to expand on the example given in
doc streamslice

Weitere Antworten (1)

Taylor Ward
Taylor Ward am 24 Mai 2018
what does h signify?
  1 Kommentar
Jose Luis
Jose Luis am 25 Apr. 2023
its just used so you can use set, because you need a variable to assign the color.

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu 2-D and 3-D Plots finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by