Info

This question is closed. Reopen it to edit or answer.

Is it possible to create an array of strings in table, in which the elements are varying at each time???using math lab code

1 view (last 30 days)
T = table(['M';'F';'M'],[45;32;34],... {'NY';'CA';'MA'},logical([1;0;0]),... 'VariableNames',{'Gender' 'Age' 'State' 'Vote'}) this code i used..but strings are not varying at each time

Answers (0)

Tags

No tags entered yet.

Community Treasure Hunt

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

Start Hunting!