how can I combine two columns of an array A(m*2) in one column in the format: column1(column2)?
이전 댓글 표시
i have a cell array A(m*2). the first column of consist of R and P characters and second column is just numbers. now i want put 2 columns together in the format P(number) or R(number) in which the numbers inside parenthesis are the elements of second column. can any one help with this?
thank you;
댓글 수: 2
Image Analyst
2015년 10월 20일
I don't understand. You can't have characters and numbers in the same column vector. Please give an example.
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Logical에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!