I had problem using "readtable" on my matlab

9 Ansichten (letzte 30 Tage)
Rahman
Rahman am 21 Okt. 2024
Beantwortet: Walter Roberson am 21 Okt. 2024
data = readtable("sol_texture.csv")
Error using readtable
Too many input arguments.

Antworten (1)

Walter Roberson
Walter Roberson am 21 Okt. 2024
which -all readtable
will very likely show that you have a third-party readtable.m that is interfering with the Mathworks' function.
The alternative is if you are using R2016a or R2016b or R2017a (roughly) and so are using a version that did not support file names as double-quotes yet. And I suspect the error message would have been different for this case.

Kategorien

Mehr zu Structures finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by