How can I remove this projection from Matlab plot?

1 回表示 (過去 30 日間)
Haitham AL Satai
Haitham AL Satai 2022 年 8 月 29 日
コメント済み: Haitham AL Satai 2022 年 8 月 29 日
Hi, dears.
I would like to remove this projection (the circles in the bottom) from the below figure. Is there any command to remove it?
  3 件のコメント
Haitham AL Satai
Haitham AL Satai 2022 年 8 月 29 日
@Matt J I did not used hold on, sir.
I used the following piece of code
P_rec_dBm_BW = P_rec_dBm - P_rec_dBm_1;
meshc(X_r,Y_r,P_rec_dBm_BW)
colorbar
xlabel('X (m)');
ylabel('Y (m)');
zlabel('Difference in Received power (dB)');
axis([-L/2 L/2 -W/2 W/2 min(min(P_rec_dBm_BW)) max(max(P_rec_dBm_BW))]);
Matt J
Matt J 2022 年 8 月 29 日
編集済み: Matt J 2022 年 8 月 29 日
We can't run that code to see what's going on, because the input variables are not provided.

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

採用された回答

Fangjun Jiang
Fangjun Jiang 2022 年 8 月 29 日
Using mesh(), not using meshc(), will not show the contour.
  1 件のコメント
Haitham AL Satai
Haitham AL Satai 2022 年 8 月 29 日
@Fangjun Jiang Thank you sir for your kind response.

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSurface and Mesh Plots についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by