Convert an [10,1] Array into an [1,10] Array
이전 댓글 표시
Hey Guys,
If u want to get the Data of a listbox, u always get an [n,1] Array. n = number of content in the listbox
However, I want the Array to be an [1,n] Array.
So how can I convert it ?
채택된 답변
추가 답변 (1개)
Prasad Kalane
2014년 7월 14일
0 개 추천
Assign variable & take transpose as suggested by azzi sir.
카테고리
도움말 센터 및 File Exchange에서 Data Type Conversion에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!