axis labels in cellfun(@plot(x,y)

How do I get the xlabel to print for muli series in statement 1?
The label works with only one variable in statement 2 using qDate1 and g(:,3):
where size(qDate1) = 1 1 and size(g(:,3)) = 1 1
But finds an error in correspondence of columns when I try 3 series: size(g(:,3:5)) 1 3
I tried xDate3, size(qDate3) 1 3 but that didn't work
  1. g3 = cellfun(@plot,qDate1,g(:,3),'UniformOutput',false);
2 g3 = cellfun(@plot,qDate3, g(:,3:5),'UniformOutput',false);

댓글 수: 1

Star Strider
Star Strider 2019년 6월 9일
If we ask nicely, could we see ‘qDate’ and ‘g’?
A ‘.mat’ file containing them would be appropriate, since it would retain their class identities.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

도움말 센터File Exchange에서 Annotations에 대해 자세히 알아보기

제품

질문:

2019년 6월 9일

댓글:

2019년 6월 9일

Community Treasure Hunt

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

Start Hunting!

Translated by