How can I remove this projection from Matlab plot?

조회 수: 2 (최근 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.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Surface and Mesh Plots에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by