Clear Filters
Clear Filters

How to turn a dataset into a matrix

5 views (last 30 days)
Steven
Steven on 16 Sep 2022
Commented: Chris on 16 Sep 2022
I imported a dataset from Excel that is 103x10. How do I turn this into a matrix so I can do matrix calculations?
  1 Comment
Chris
Chris on 16 Sep 2022
That depends on how you imported it and what form the results took.
Can you attach the spreadsheet and describe the steps you took to import it?

Sign in to comment.

Answers (1)

Chunru
Chunru on 16 Sep 2022
doc readmatrix
doc readtable

Community Treasure Hunt

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

Start Hunting!