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!