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

2 ビュー (過去 30 日間)
George
George 2024 年 8 月 28 日
回答済み: Ronit 2024 年 8 月 28 日
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

回答 (1 件)

Ronit
Ronit 2024 年 8 月 28 日
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!

カテゴリ

Help Center および File ExchangeDialog Boxes についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by