how can i insert in plot different values
Mostrar comentarios más antiguos
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
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Function Handles en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!