다운로드 수: 2.1K
업데이트 날짜:
2005/10/21
라이선스 없음
PLOTA is the same as standard PLOT function, BUT it plots each new plot using other color ( making 'hold on' automatically and cycling through the colors in the order specified by the current axes ColorOrder property )
EXAMPLE:
figure;
plota(randn(1,100));
plota(randn(1,100));
plota(randn(1,100));
legend('First call to plota', 'Second call to plota', 'Third call to plota')
인용 양식
Alex Bar-Guy (2024). PLOTA (https://www.mathworks.com/matlabcentral/fileexchange/8767-plota), MATLAB Central File Exchange. 검색 날짜: .
MATLAB 릴리스 호환 정보
개발 환경:
R13SP1
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux카테고리
- MATLAB > Graphics > Formatting and Annotation > Axes Appearance > Combine Multiple Plots > Subplots >
Help Center 및 MATLAB Answers에서 Subplots에 대해 자세히 알아보기
태그
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!버전 | 게시됨 | 릴리스 정보 | |
---|---|---|---|
1.0.0.0 |