Plot temperature Mean vs time

3 visualizzazioni (ultimi 30 giorni)
Clickme26
Clickme26 il 16 Nov 2022
Modificato: VBBV il 16 Nov 2022
From my code provided, how would i plot the temperature Mean vs years?

Risposte (1)

VBBV
VBBV il 16 Nov 2022
Modificato: VBBV il 16 Nov 2022
Use the . symbol to access the variables and markers since you are plotting scalars in the for loop
plot(dataStruct.Mean,dataStruct.Month,'bo') % use a marker

Categorie

Scopri di più su Graphics Objects in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by