Plot temperature Mean vs time

Answers (1)

VBBV
VBBV on 16 Nov 2022
Edited: VBBV on 16 Nov 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

Categories

Find more on Graphics Objects in Help Center and File Exchange

Asked:

on 16 Nov 2022

Edited:

on 16 Nov 2022

Community Treasure Hunt

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

Start Hunting!