Plot temperature Mean vs time

조회 수: 3 (최근 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에서 Graphics Objects에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by