There's a way that I can count the percentage of appearance of a number in MATLAB table??
2 次查看(过去 30 天)
显示 更早的评论
I have this table below, I need to find a way to show how many times each letter appears at each speed and also how many times each letter appears in total in percentage format.
2 个评论
Image Analyst
2023-3-22
If you have any more questions, then attach your data and code to read it in with the paperclip icon after you read this:
To save the variable to a .mat file:
save('answers.mat', 'TABELA_P1_PES');
回答(1 个)
Piyush
2023-3-23
There is a function named “tabulate” that displays the frequency table of the data in the vector x.If we do conversion of table to vector, we can use this function directly. Checkout the below link for more information:
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Logical 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!