Clear Filters
Clear Filters

analysis the component on MATLAB by PDE

1 view (last 30 days)
i am tryuing to use the finite element method to analysis the component i have create by the solidwork, and the computer reply me cannot open. do i did something wrong on give out the location of teh file?

Accepted Answer

Avni Agrawal
Avni Agrawal on 9 May 2024
Hi suen,
I understand that you are trying to analyse the component created in solidworks. The error you encountered at line 2 is because the path you've entered is a directory. Whereas it must the path to the geometry file something like this: "C:\Users\22080474d\Desktop\yourGeometry.stl'.
Please take a look at this documentation for better understanding: https://www.mathworks.com/help/pde/ug/pde.pdemodel.importgeometry.html?s_tid=doc_ta
I hope this helps.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!