I need help with this

1 visualización (últimos 30 días)
Mia
Mia el 8 de Oct. de 2019
Respondida: Image Analyst el 8 de Oct. de 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 comentarios
Ankit
Ankit el 8 de Oct. de 2019
which file (xlsx, csv, mat etc)?
Mia
Mia el 8 de Oct. de 2019
A text file.

Iniciar sesión para comentar.

Respuestas (2)

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

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

Categorías

Más información sobre Data Import and Analysis en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by