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 件のコメント

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 日

1 投票

See the documentation section on Data Import and Export and Data Import and Analysis.
Image Analyst
Image Analyst 2019 年 10 月 8 日

1 投票

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

カテゴリ

ヘルプ センター および File ExchangeData Import and Analysis についてさらに検索

質問済み:

Mia
2019 年 10 月 8 日

回答済み:

2019 年 10 月 8 日

Community Treasure Hunt

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

Start Hunting!

Translated by