Trying to establish the temp_dat variable and this is my issue.

2 visualizaciones (últimos 30 días)
George
George el 28 de Ag. de 2024
Respondida: Ronit el 28 de Ag. de 2024
Trying to establish the temp_dat variable and this is my issue.
temp_dat=readtable('rio_bhp_fmg.csv', 'Format' , formatSpec, "ReadVaraibleNames" ,true);
Error using readtable (line 517)
Invalid parameter name: ReadVaraibleNames.
Thank you for your help

Respuestas (1)

Ronit
Ronit el 28 de Ag. de 2024
Hello George,
The error message indicates that there is a typo in the parameter name ReadVaraibleNames. The correct parameter name is ReadVariableNames.
Here is the documentation link for ReadVariableNames:
I hope it helps with your query!

Categorías

Más información sobre Dialog Boxes en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by