Info

This question is closed. Reopen it to edit or answer.

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

1 view (last 30 days)
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?

Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!