Table to variable (I have a full path name)

1 Ansicht (letzte 30 Tage)
Vasiliki Thomopoulou
Vasiliki Thomopoulou am 17 Dez. 2020
Kommentiert: Stephen23 am 18 Dez. 2020
Hello guys! I have a question and I was hopping that you could enlighten me. So, I have a fullpathname for the file i want to load into Matlab. The file is a table. How can I save the table to a variable to work with?Thanks a lot!!!!!
  1 Kommentar
Stephen23
Stephen23 am 18 Dez. 2020
  • Use FULLFILE rather than concatenating the pathname and filename strings.
  • Use READTABLE or XLSREAD rather than LOAD.

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Eric Sofen
Eric Sofen am 18 Dez. 2020
If you want to read that spreadsheet into a MATLAB table, use readtable rather than load.

Kategorien

Mehr zu Tables 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!

Translated by