Filter löschen
Filter löschen

How can I remove this projection from Matlab plot?

1 Ansicht (letzte 30 Tage)
Haitham AL Satai
Haitham AL Satai am 29 Aug. 2022
Kommentiert: Haitham AL Satai am 29 Aug. 2022
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 Kommentare
Haitham AL Satai
Haitham AL Satai am 29 Aug. 2022
@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 am 29 Aug. 2022
Bearbeitet: Matt J am 29 Aug. 2022
We can't run that code to see what's going on, because the input variables are not provided.

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Fangjun Jiang
Fangjun Jiang am 29 Aug. 2022
Using mesh(), not using meshc(), will not show the contour.

Weitere Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by