how can i insert in plot different values
古いコメントを表示
how can i make a code that repeats the plot command and for each different iteration has different results
fu*nction [Y] = PlotProduct(X,Names)
for N = 1: 5;
figure;
plot(X);
title(Names{N});
xlabel('PRICES');
end
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Function Handles についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!