Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

how to plot each profile with a distance from the other in a 2D plot ?

1 visualización (últimos 30 días)
Niki
Niki el 15 de Jul. de 2016
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
I tried to plot it like this but did not work
figure;
hold on
for i = 1:size(X,1)
plot(X(i,:)+10)
end
any suggestion?

Respuestas (0)

La pregunta está cerrada.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by