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!