How to create a database like carsmall

I have a set of values under different categories, I would like to use the command ' load ' to at once call the values into my workspace instead of using xlsread.

1 Comment

What is the problem with xlsread? Using xlsread reads the data into a variable in the workspace, which you can split up and re-assign into other variables if you wish to, so what advantage do you imagine from another method?
How do you imagine that 'loading' this data would be different from xlsread?
How is the data stored: are these arrays or scalars?

Sign in to comment.

Answers (0)

Asked:

on 13 Apr 2015

Commented:

on 13 Apr 2015

Community Treasure Hunt

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

Start Hunting!