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!