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 ago | 1 answer | 0
1
answer
Question
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...