B = tabulate(A)
B = cell2table(B,'VariableNames', ...
{'Gender','Count','Percent'})
I get this error, error using cell2table (line 24) c must be a 2-d cell array.
I dont understand why i am getting this error. I am seeing resut for tabulate function 2x3 cell. can not convert it to table. cell2table function works on my different tabulate function calculation
1 Comment
Direct link to this comment
https://es.mathworks.com/matlabcentral/answers/503290-tabulate-cell2table#comment_792843
Direct link to this comment
https://es.mathworks.com/matlabcentral/answers/503290-tabulate-cell2table#comment_792843
Sign in to comment.