Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
What can I do for this Matrix manipulation
조회 수: 1 (최근 30일)
이전 댓글 표시
I have two types of matrix (29*1 and 168*1). K: 29*1, R: 168*1
The values of K represent specific n-th row of R. And I'd like to take values of R corresponding to K values. In the end, I should have this matrix, R'(29*1) from R(168*1).
What can I do for that?
댓글 수: 4
Rik
2019년 6월 4일
Is this what you mean?
R2_value(k)
You're making it confusing by not explaining what you mean with a small example.
답변 (0개)
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!