how to change the plot background?
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
gyeonggeun kim
am 22 Apr. 2021
Beantwortet: Constantino Carlos Reyes-Aldasoro
am 4 Mai 2021
I want to show the background of the plot above like the plot below.
This is the code for each.
0 Kommentare
Antworten (1)
Constantino Carlos Reyes-Aldasoro
am 4 Mai 2021
Most probably the first figure you are showing is and RGB (type "whos" and look for the dimensions it should be rows x columns x 3) and that is why it is not appearing with the colour map. The second image is just intensity based (rows x columns). If you check that then we can follow and display as you want.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Line Plots finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!