I need help with this

1 vue (au cours des 30 derniers jours)
Mia
Mia le 8 Oct 2019
How do I read a matrix of numbers from a file into my program, with the data arranged in rows and columns matlab.
  2 commentaires
Ankit
Ankit le 8 Oct 2019
which file (xlsx, csv, mat etc)?
Mia
Mia le 8 Oct 2019
A text file.

Connectez-vous pour commenter.

Réponses (2)

Star Strider
Star Strider le 8 Oct 2019
See the documentation section on Data Import and Export and Data Import and Analysis.

Image Analyst
Image Analyst le 8 Oct 2019
Try csvread() or dlmread() or readtable() or importdata().

Catégories

En savoir plus sur Data Import and Analysis dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by