How to plot 3 variables (3rd variable on the colorbar)?
Ältere Kommentare anzeigen
I have three variables (below). I wonder on how will I plot it to achieve something similar with the attached picture?
X = day in a year (1 to 365) --> in days
Y = time in a day (1 up to 24) --> in hours
Z = load data in kW say for example

Akzeptierte Antwort
Weitere Antworten (1)
Image Analyst
am 25 Mai 2019
0 Stimmen
You can make an image. If you don't have data for every x and y then use scatteredInterpolant. Then use imshow(Z) and colormap(jet(256)); to plot it.
1 Kommentar
Phoenix
am 25 Mai 2019
Kategorien
Mehr zu Image Arithmetic 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!

