I need help with this

1 visualizzazione (ultimi 30 giorni)
Mia
Mia il 8 Ott 2019
Risposto: Image Analyst il 8 Ott 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 Commenti
Ankit
Ankit il 8 Ott 2019
which file (xlsx, csv, mat etc)?
Mia
Mia il 8 Ott 2019
A text file.

Accedi per commentare.

Risposte (2)

Star Strider
Star Strider il 8 Ott 2019
See the documentation section on Data Import and Export and Data Import and Analysis.

Image Analyst
Image Analyst il 8 Ott 2019
Try csvread() or dlmread() or readtable() or importdata().

Categorie

Scopri di più su Data Import and Analysis in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by