plot distribution without interpolated contour

4 ビュー (過去 30 日間)
roudan
roudan 2020 年 2 月 4 日
コメント済み: roudan 2020 年 2 月 5 日
Hi
Could you please help me with one question which has been with me for a long time?
The below left figure show contour plot using meshgrid and griddata to show pressure distribution along each line using below code.
[xg,yg]=meshgrid(XX_Uniform,YY_Uniform);
zg_wellinjpres=griddata(WellCoordinate(:,1),WellCoordinate(:,2),WellInjPres(:,plotdatenum_withinWellInjPres),xg,yg);
However, I like to have a plot without any value between each line without using interpolation. I like to show value on each line only. For example, the below right figure.
How to do it? Thanks
  1 件のコメント
roudan
roudan 2020 年 2 月 5 日
anyone can help? thx

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeContour Plots についてさらに検索

製品


リリース

R2017a

Community Treasure Hunt

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

Start Hunting!

Translated by