Find more posts tagged with
Sort by:
1 - 2 of
21

New Altair Community Member
Updated by unknown
Nils,
Roberta is right.
If you want to use a table with strings, you need to set the 'data' property as a cell of strings, when you create it.
Here a simple example:
uitable('data', {'entry11','entry12';'entry21','entry22'},'position',[100 100 300 300]);
Cheers,
Lorenzo
Nills,
I think that by default the table column will be comprised by scalars if you do not determine its type, therefore you will never be able to add strings instead of scalars in each of these fields.
Regards,
Roberta