'tabulate' function

I want to use the 'tabulate' function but it apparently isn't a build in function. Which library includes this function? Or what can I do to solve this?

 Accepted Answer

Dyuman Joshi
Dyuman Joshi on 21 Nov 2023

1 vote

tabulate is a part of the Statistics and Machine Learning Toolbox. To access the function, you need to download and install the aforementioned toolbox.
To check which toolboxes you have installed, run the command "ver" in the command window.
To check which toolboxes you have licensed, refer to this answer by Walter Roberson - https://in.mathworks.com/matlabcentral/answers/285496-how-do-i-view-what-toolboxes-i-have-for-my-license#answer_223183

More Answers (0)

Categories

Tags

Asked:

Sam
on 21 Nov 2023

Commented:

on 21 Nov 2023

Community Treasure Hunt

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

Start Hunting!