Welcome to the Onshape forum! Ask questions and join in the discussions about everything Onshape.
First time visiting? Here are some places to start:- Looking for a certain topic? Check out the categories filter or use Search (upper right).
- Need support? Ask a question to our Community Support category.
- Please submit support tickets for bugs but you can request improvements in the Product Feedback category.
- Be respectful, on topic and if you see a problem, Flag it.
If you would like to contact our Community Manager personally, feel free to send a private message or an email.
OneShape and Simulink
guillaume_martin
Member Posts: 9 ✭
Hello,
Where could I have a simple visual exemple : how to export and animate a OneShape model into simulink ??
When I Write : smexportonshape("https://cad.onshape.com/documents/52b45695ba563796b27f15df/w/91500b5e2d5a099afef093b8/e/8975b367ff6fb16b45efddf1")
It retrurns :
Where could I have a simple visual exemple : how to export and animate a OneShape model into simulink ??
When I Write : smexportonshape("https://cad.onshape.com/documents/52b45695ba563796b27f15df/w/91500b5e2d5a099afef093b8/e/8975b367ff6fb16b45efddf1")
It retrurns :
Error using fwrite
Invalid file identifier. Use fopen to generate a valid file identifier.
Invalid file identifier. Use fopen to generate a valid file identifier.
Error in smexportonshape_implementation
Error in smexportonshape_implementation
Error in smexportonshape (line 38)
xmlFileName = smexportonshape_implementation(url, varargin{:});
I'm using Matlab2018a...
Could you give me an advice ???
Thank you very much :-) !!
Guillaume
xmlFileName = smexportonshape_implementation(url, varargin{:});
I'm using Matlab2018a...
Could you give me an advice ???
Thank you very much :-) !!
Guillaume
0
Comments
1) I didn't have the right to write in the current directory
2) The correct command line was :
Toto = smexportonshape("https://cad.onshape.com/documents/52b45695ba563796b27f15df/w/91500b5e2d5a099afef093b8/e/8975b367ff6fb16b45efddf1")