フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

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

1 回表示 (過去 30 日間)
Niki
Niki 2016 年 7 月 15 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
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?

回答 (0 件)

この質問は閉じられています。

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by