How to plot pressure contour?

5 次查看(过去 30 天)
Udit Srivastava
Udit Srivastava 2017-1-11
Hey guys, I have got pressure (p) as a dependent variable which depends on 'r', 'z' & 't'.
I am using the following code for plotting the contour of velocity (vc) and its working well. The code is:
[x,y]=meshgrid(r);
[rad,rad]=cart2pol(x,y);
contour(rad,vc(:,23,34));
But doing the same thing with pressure (p) shows nothing in the plot & plotting pressure against 'r' or 'z' gives fine results.
Please help me regarding this. Any suggestion will be greatly appreciated.
Thanks!!
  4 个评论
KSSV
KSSV 2017-1-11
Does it have numbers? What is it's size?

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Contour Plots 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by