Verticle graphs Lines.

조회 수: 11 (최근 30일)
Amardeep Singh
Amardeep Singh 2018년 9월 2일
답변: Walter Roberson 2018년 9월 2일
I would like to know the method, like how to put a verticle identifiers for a graph. I am attaching a picture here and I want to display the SF2 and SF3 as mentioned in the graph. any help would be appreciated.

답변 (1개)

Walter Roberson
Walter Roberson 2018년 9월 2일
You can use annotation('arrow') to draw the arrows, and annotation('text') to put the label there, or text() to put the label there.
Unfortunately it turns out that annotation() is a nuisance to use in data coordinates. Because of that I would recommend instead looking in the File Exchange for the various "arrow" related contributions.

카테고리

Help CenterFile Exchange에서 Legend에 대해 자세히 알아보기

태그

제품


릴리스

R2018a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by