Plot temperature Mean vs time

2 Ansichten (letzte 30 Tage)
Clickme26
Clickme26 am 16 Nov. 2022
Bearbeitet: VBBV am 16 Nov. 2022
From my code provided, how would i plot the temperature Mean vs years?

Antworten (1)

VBBV
VBBV am 16 Nov. 2022
Bearbeitet: VBBV am 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

Community Treasure Hunt

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

Start Hunting!

Translated by