legend
エラーメッセージが表示される理由を誰か教えてください:
b=data(:,1);
hold on
plot(b,a,'r');
plot(b,a1,'b');
hold off
legend('L','S');
コードはなくてもうまく機能しますlegend
が、図の凡例を見ることができません。
編集
これは私が得るエラーメッセージです:
Attempted to access legend(76,83);
index out of bounds because size(legend)=[1,10]