Plot temperature Mean vs time

답변 (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 Exchange에서 Graphics 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