Plot temperature Mean vs time

Réponses (1)

VBBV
VBBV le 16 Nov 2022
Modifié(e) : VBBV le 16 Nov 2022

0 votes

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

Catégories

En savoir plus sur Graphics Objects dans Centre d'aide et File Exchange

Question posée :

le 16 Nov 2022

Modifié(e) :

le 16 Nov 2022

Community Treasure Hunt

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

Start Hunting!

Translated by