To create own dataset

Greetings everyone..
How to create our own dataset in MATLAB instead of using inbuilt dataset such as simplefit_dataset, iris dataset etc ..
Thank you in advance..

4 Comments

KSSV
KSSV on 15 Mar 2019
YOu may download your required data set in this link: https://www.kaggle.com/
Or if you are specific about your datast..you need to give more details.
Rik
Rik on 15 Mar 2019
The example data sets are generally stored as a mat file, so you can make a mat file with your data inside it.
If that isn't your question, please explain further what you mean.
Thank you for ur answer.. How to make a mat file with my data?
Rik
Rik on 18 Mar 2019
Have you read the doc for the save function?

Sign in to comment.

Answers (0)

Categories

Find more on MATLAB in Help Center and File Exchange

Asked:

on 15 Mar 2019

Commented:

Rik
on 18 Mar 2019

Community Treasure Hunt

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

Start Hunting!