how can i insert in plot different values
Mostra commenti meno recenti
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
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Function Handles in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!