필터 지우기
필터 지우기

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