Plot temperature Mean vs time

3 visualizaciones (últimos 30 días)
Clickme26
Clickme26 el 16 de Nov. de 2022
Editada: VBBV el 16 de Nov. de 2022
From my code provided, how would i plot the temperature Mean vs years?

Respuestas (1)

VBBV
VBBV el 16 de Nov. de 2022
Editada: VBBV el 16 de Nov. de 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

Categorías

Más información sobre Graphics Objects en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by