how to merge two matrix to one matrix ?
조회 수: 12 (최근 30일)
이전 댓글 표시
I have x and y coordinates I need to merge them into one matrix having the size: Mx2
x=[50.2124 50.2133 50.2134 50.2134 50.2137];
y=[26.385 26.386 26.387 26.388 26.3859];
I need element 1 from x with element 1 with y and so on ... how can I do this?
댓글 수: 0
채택된 답변
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 NaNs에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!