Plotting multiple graphs using "imagesc"
Ältere Kommentare anzeigen
Hello, I am trying to plot the Range-Doppler map using imagesc. When I plot my outputs individually, they work fine but when I try to put two graphs into one plot simultaneously, it shows wrong values. How can I plot them in the same graph with correct values?
- I tried "hold on" command but it just deletes the first imagesc than plots the second imagesc
- I also tried imagesc([abs(data1), abs(data2)], 'XData', (x));
Can you give me another syntax or have you got any advice to plot them? Thank you.
1 Kommentar
KSSV
am 17 Mär. 2022
You want one image above the other? Will it give a clear view?
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Blue finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!