Why is MATLAB not recognizing AUTOSAR schema version?

21 次查看(过去 30 天)
I am not able to import an ARXML file with schema version 00044 (the new AUTOSAR versioning scheme). MATLAB throws the following error when I try to import the ARXML file - 
Error using arxml.importer/getCompositionComponentNames
Did not recognize schema version 00044, expected either of 2.1, 3.0, 3.1, 3.2, 4.0, 4.1, 4.2, 4.3, 4.4
Does MATLAB not support this schema version? How do I import such a file in MATLAB?  

采纳的回答

MathWorks Support Team
编辑:MathWorks Support Team 2022-4-21
MATLAB currently does not support importing ARXML files with schema versions such as 00044. Please find the list of supported AUTOSAR schema versions here .
The workaround, in order to be able to import such a file, is to manually edit the ARXML file (before importing it) to comply with the list of supported schema versions. For example, edit the schema version in your ARXML file as follows:

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 AUTOSAR Blockset 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by