Plot data points as points when using 'errorbar'
조회 수: 1 (최근 30일)
이전 댓글 표시
Hi there,
I am trying to plot errorbars around my datapooints. The relevant command I am using is below ( script relies on other files and is too long to import) and the output I am getting is attched. I am wanting my datapoints to be normal rather than the messy lines as shown.
I would be grateful if someone could offer any advice on fixing this!
p6= errorbar(m_lat_QPS_changed,m_lon_QPS_changed,avg_err_qps_changed,'both','Color', green);
Many thanks
P
댓글 수: 0
채택된 답변
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Errorbars에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!