Plot temperature Mean vs time

From my code provided, how would i plot the temperature Mean vs years?

回答 (1 件)

VBBV
VBBV 2022 年 11 月 16 日
編集済み: VBBV 2022 年 11 月 16 日

0 投票

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

カテゴリ

ヘルプ センター および File ExchangeGraphics Objects についてさらに検索

質問済み:

2022 年 11 月 16 日

編集済み:

2022 年 11 月 16 日

Community Treasure Hunt

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

Start Hunting!

Translated by