Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

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 Ansicht (letzte 30 Tage)
4
5
5
7
8
5
4
3
i want get matrix
a=[4 5 5 7;8 5 4 3];

Antworten (1)

Walter Roberson
Walter Roberson am 9 Jun. 2016
a = reshape( str2double(get(handles.listbox1, 'String')), [], 2);

Diese Frage ist geschlossen.

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by