I need help with this

3 次查看(过去 30 天)
Mia
Mia 2019-10-8
How do I read a matrix of numbers from a file into my program, with the data arranged in rows and columns matlab.
  2 个评论
Ankit
Ankit 2019-10-8
which file (xlsx, csv, mat etc)?
Mia
Mia 2019-10-8
A text file.

请先登录,再进行评论。

回答(2 个)

Star Strider
Star Strider 2019-10-8
See the documentation section on Data Import and Export and Data Import and Analysis.

Image Analyst
Image Analyst 2019-10-8
Try csvread() or dlmread() or readtable() or importdata().

类别

Help CenterFile Exchange 中查找有关 Data Import and Analysis 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by