Filter löschen
Filter löschen

Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

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

2 Ansichten (letzte 30 Tage)
Niki
Niki am 15 Jul. 2016
Geschlossen: MATLAB Answer Bot am 20 Aug. 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?

Antworten (0)

Diese Frage ist geschlossen.

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by