Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

i need to get data from list box as matrix like if i have list box and have values i need to order value as matix

조회 수: 1 (최근 30일)
4
5
5
7
8
5
4
3
i want get matrix
a=[4 5 5 7;8 5 4 3];

답변 (1개)

Walter Roberson
Walter Roberson 2016년 6월 9일
a = reshape( str2double(get(handles.listbox1, 'String')), [], 2);

이 질문은 마감되었습니다.

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by