Trying to establish the temp_dat variable and this is my issue.
조회 수: 1 (최근 30일)
이전 댓글 표시
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
댓글 수: 0
답변 (1개)
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!
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Dialog Boxes에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!