Plot temperature Mean vs time

1 次查看(过去 30 天)
Clickme26
Clickme26 2022-11-16
编辑: VBBV 2022-11-16
From my code provided, how would i plot the temperature Mean vs years?

回答(1 个)

VBBV
VBBV 2022-11-16
编辑:VBBV 2022-11-16
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

类别

Help CenterFile Exchange 中查找有关 Line Plots 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by