Retreiving property value of each object in array
이전 댓글 표시
I have an array of user-defined objects with a property "name". I want to display all the names in a listbox. I am trying to extract them using
listOfNames=[handles.library.name]
%"library" is the object array%
but this returns one string of all the names concatenated. How can I extract the strings separately?
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Interactive Control and Callbacks에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!