Matlabで以下を設計しようとしています:
** loop start;
y(:,i) = function of x;
z(:,i) = function of x;
plot(x,y(:,i)) on figure 1, hold all;
plot(x,z(:,i)) on figure 2, hold all;
** loop end;
add title, legend, etc for figure 1 (NB: we have multiple lines);
add title, legend, ets for figure 2 (NB: same, have multiple lines for the legend);`
多くの運なしで複数の組み合わせを試しました。なんとか2つの図を取得できましたが、最初ではなく2番目だけが複数の行を表示します。そして、これら2つに凡例を正しく追加する方法がわかりません。