Making plots in matlab
Afficher commentaires plus anciens
Can anyone give an idea on how to make this type of plot?

6 commentaires
TADA
le 5 Nov 2018
Do you have a dataset for example?
Hari krishnan
le 6 Nov 2018
first of all the spaces in
read_time_series_data.decision time recruitment
and
read_time_series_data.time of visit
are not valid
second you are trying to send a string cell array in y to gsatter, and according to the documentation it expects a numeric vector.
So you will have to parse that '# lax' string to get the number
Hari krishnan
le 6 Nov 2018
Hari krishnan
le 6 Nov 2018
TADA
le 6 Nov 2018
Cheers
good luck!
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Scatter Plots dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!