import data into uitable
Show older comments
I would like to ask you how shout I import data into uitable,mixed data - numbers and string? I have created uitable in guide. Here is part of my code:
global strFilename [num,txt,raw] = xlsread(strFilename) set(handles.edit3, 'data', num); -After that only numbers appear in uitable. set(handles.edit3, 'data', txt); -After that only words appear in uitable.
How can I resolve it?
Accepted Answer
More Answers (0)
Categories
Find more on Develop Apps Using App Designer in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!