Making plots in matlab
Show older comments
Can anyone give an idea on how to make this type of plot?

6 Comments
TADA
on 5 Nov 2018
Do you have a dataset for example?
Hari krishnan
on 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
on 6 Nov 2018
Hari krishnan
on 6 Nov 2018
TADA
on 6 Nov 2018
Cheers
good luck!
Accepted Answer
More Answers (0)
Categories
Find more on Scatter Plots in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!