I need help with this

How do I read a matrix of numbers from a file into my program, with the data arranged in rows and columns matlab.

2 个评论

which file (xlsx, csv, mat etc)?
A text file.

请先登录,再进行评论。

回答(2 个)

Image Analyst
Image Analyst 2019-10-8

1 个投票

Try csvread() or dlmread() or readtable() or importdata().

提问:

Mia
2019-10-8

Community Treasure Hunt

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

Start Hunting!

Translated by