List of built-in data sets?
7 views (last 30 days)
Show older comments
A command that loads up a list of data is
load stocks
I was just wondering if there's a list of all of the built-in data sets like this.
Answers (2)
Jan
on 2 Oct 2013
Edited: Jan
on 2 Oct 2013
Do you mean a list of all MAT files inside Matlab's root folder? This can be answered easily by the OS: Simply search for "*.mat" there.
There are many tools for a recursive search in the FileExchange also, such that you can start this investigation from Matlab directly.
0 Comments
Tewodros Wondimu Robi
on 2 Dec 2018
This page has a list of sample data sets that are built into matlab. Find the link below;
0 Comments
See Also
Categories
Find more on Big Data Processing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!