Making plots in matlab
显示 更早的评论
Can anyone give an idea on how to make this type of plot?

6 个评论
TADA
2018-11-5
Do you have a dataset for example?
Hari krishnan
2018-11-6
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
2018-11-6
Hari krishnan
2018-11-6
TADA
2018-11-6
Cheers
good luck!
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Scatter Plots 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!