- Copy the Simulink model to a folder where you have all access. For this, open the Simulink model and click on "Save As" and change the location of the file to a local folder.
- Change the permissions of the "C:\Users\\MATLAB\Examples\R2024b\systemcomposer\ExtractArchitectureOfASimulinkModelExample" folder to give yourself Write access. For this, navigate to this folder in File Explorer, right click on it and select "Properties". In the "Security" tab, click on the "Edit" button, select your username and change the access to "Full Control". Restart MATLAB, and try the command again.
- While running the function "extractArchitectureFromSimulink", change the location to save the model to a folder where you have complete access, like the following:
Error using systemcomposer.extractArchitectureFromSimulink
6 次查看(过去 30 天)
显示 更早的评论
Unable to convert simulink model to an architectural model using system composer.
This is the error I get "Error using systemcomposer.extractArchitectureFromSimulink
The specified destination directory 'C:\Users\\MATLAB\Examples\R2024b\systemcomposer\ExtractArchitectureOfASimulinkModelExample' does not have write permissions to create an architecture model.
0 个评论
回答(2 个)
Anagha Mittal
2024-10-17
Hi Rahul,
Assuming that you are referring to the following example:
The function "extractArchitectureFromSimulink" is not working due to restricted permissions.
There are various workarounds for the same, you may follow any one of the following:
systemcomposer.extractArchitectureFromSimulink('f14', 'C:\Users\YourUsername\Documents\ExtractedArchitecture');
Hope this helps!
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!