I read on an official Mathworks page that I just had to use arxml.importer(filename).
https://es.mathworks.com/help/autosar/ref/arxml.importer.html
However, when i execute the command, matlab returns the message “Unable to resolve the name arxml.importer”.
What is the root cause of this issue? Do I need to install an application from the Add-on Explorer? Is this feature only available on newer matlab versions? I’m using Matlab R2020b, for reference. Also, I haven’t declared any other variables called arxml that could interfere.
In addition to that, I can access .dbc files with canDatabase no problem.
I tried inputting arxml.importer(filename) in the command window but it doesn’t work. I can’t find any other ways to access the arxml file.