Is it possible to create a stair plot without vertical lines in MATLAB 7.7 (R2008b)?

조회 수: 3 (최근 30일)
I would like to hide the vertical lines produced when using the STAIRS function.

채택된 답변

MathWorks Support Team
MathWorks Support Team 2009년 6월 27일
The ability to hide the vertical lines when using STAIRS function is not available in MATLAB 7.7 (R2008b).
To work around this issue, the attached file can be used to achieve this behavior.
One syntax exemple is :
stairs2(0:0.1:1, rand(1,10));

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Graphics Object Identification에 대해 자세히 알아보기

제품


릴리스

R2008b

Community Treasure Hunt

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

Start Hunting!

Translated by