필터 지우기
필터 지우기

Plot 2D with Annotation

조회 수: 2 (최근 30일)
Jake
Jake 2015년 4월 14일
Hi MATLAB Experts,
I am creating 4x2 subplot. By using fints, how can I set different color for each line as follows: Blue / Red / Dark Green..
Also, I'd like to have annotations (text box) to show data for last observations for each line. Please share your thoughts!! Thanks in advance!
for d=1:8
index(d).sum = [plotdate indexA(:,d) indexB(:,d) indexC(:,d) ];
index(d).fints = fints(index(d).sum);
subplot(4,2,d);
plot(index(d).fints);
end
Best, Jake

답변 (0개)

카테고리

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by