How to add color bar for streamslice plot?
i want to know intensity of streamlines, so i need color bar for streamslice plot. can anyone help in this regard.
clc, clear...
3 years 前 | 1 个回答 | 0
1
个回答
提问
how to remove arrows in streamslice plot?
I want to remove arrows from this plot. can anyone help in this regard.
clc, clear, close;
X = linspace(0,1.5);
Z = linspac...