フィルターのクリア

Dot indexing error while using arxml.importer

2 ビュー (過去 30 日間)
Yvan
Yvan 2023 年 11 月 8 日
回答済み: Mann Baidi 2023 年 11 月 10 日
Hello,
I'm using the following code :
arxml={uigetfile('.arxml')};
xml=arxml.importer(arxml{1});
But I have the following error :
Dot indexing is not supported for variables of this type.
Could you please help me ?

回答 (1 件)

Mann Baidi
Mann Baidi 2023 年 11 月 10 日
Hi Yuan,
I understand you are facing issue in importing the “arxml” file using the “arxml.importer” function. This is because you are initializing a cell variable named “arxml” in your script which has the same name as “arxml” class. And cell variable does not support dot indexing.
I would like to suggest try using some other name for the cell variable in your script instead of “arxml”.
Hope this helps in resolving the query.

カテゴリ

Help Center および File ExchangeMatrix Indexing についてさらに検索

タグ

製品


リリース

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by