How could I read a single cell of an .csv file using readmatrix function with import options?
53 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Omar Andrés Rosada González
am 5 Aug. 2020
Beantwortet: Omar Andrés Rosada González
am 6 Aug. 2020
Hello to everyone, I need to process different data from a .csv file. I do ask for the user what are the row ranges that need to read the code, with that, I need to save a value from a particular cell from the spreadsheet.
Next work very well for me. But I would like to know if it's possible to make this using import options.
kappa = readmatrix('1_5B_2.csv', 'Range', 'D6:D6');
Thanks in advance.
2 Kommentare
dpb
am 6 Aug. 2020
"possible to make this using import options."
Not sure what you mean here...explain more in detail.
Sudheer Bhimireddy
am 6 Aug. 2020
Try this link to know the what import options you have for the file being read.
Then you can use either readtable to readmatrix with possible import options.
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Data Import and Analysis finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!