Blade.stl missing from PDE toolbox

9 ビュー (過去 30 日間)
Jasdeep
Jasdeep 2025 年 2 月 19 日
編集済み: Mike Croucher 2025 年 2 月 20 日
Hello,
I get the following error:
Error using importGeometry (line 34)
gm = importGeometry(geofilename,varargin{:});
Invalid argument at position 1. File Blade.stl does not exist.
I am using MATLAB 2024a (academic use)
Thanks.
  1 件のコメント
Torsten
Torsten 2025 年 2 月 19 日
編集済み: Torsten 2025 年 2 月 19 日
Seems Blade.stl is no longer available although it is still referenced on MATLAB pages:
You should contact Support for help:
figure
gm = fegeometry("Torus.stl");
pdegplot(gm)
figure
gm = fegeometry("Blade.stl");
Invalid argument at position 1. File Blade.stl does not exist.
pdegplot(gm)

サインインしてコメントする。

採用された回答

Mike Croucher
Mike Croucher 2025 年 2 月 19 日
編集済み: Mike Croucher 2025 年 2 月 20 日
If you run the following command in MATLAB
openExample('pde/ThermalStressAnalysisOfJetEngineTurbineBladeExample')
you'll get Blade.stl along with the example that uses it.
I got that OpenExample command from the 'Copy Command' link of the doc Thermal Stress Analysis of Jet Engine Turbine Blade

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeGeometry and Mesh についてさらに検索

タグ

製品


リリース

R2024a

Community Treasure Hunt

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

Start Hunting!

Translated by