Effacer les filtres
Effacer les filtres

Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

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

2 vues (au cours des 30 derniers jours)
Niki
Niki le 15 Juil 2016
Clôturé : MATLAB Answer Bot le 20 Août 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?

Réponses (0)

Cette question est clôturée.

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by