Info

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

how to take out two random equal column in different matrix

1 回表示 (過去 30 日間)
amina shafanejad
amina shafanejad 2015 年 4 月 30 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
i have two different matrix and one 10*10 environment which it generate nodes randomly and put the coordinates of nodes inside the both matrix the dimension of matrixes are N(2,n) and M(2,n),how can i command that in matlab like this example
size=1
while size<n
if M(1,size)=N(1,size); M(2,size)=N(1,size);
Reach=1; ReachG=size; break
end
end

回答 (0 件)

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

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by