Dot indexing is not supported for variables of this type.
古いコメントを表示
I have a csv file. in the function, this file should be read and then processed.
But i get error 'Dot indexing is not supported for variables of this type.'
How can i solve this? I attached my csv file.
Thnaks
3 件のコメント
Mohammad Sami
2020 年 10 月 2 日
You need to show your code as well.
Utkarsh Belwal
2020 年 10 月 5 日
I think that you are using the dot(.) operator instead of a multiplication operator(*). Please share your code if this doesn't resolve the error.
Walter Roberson
2020 年 10 月 5 日
There is text part way through the file. If you were not sufficiently careful in reading it you might have ended up with an empty variable where you expect a struct.
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Variables についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!