How can I plot graph only specific coordinate values from a PDE solved using the FEM method?

3 ビュー (過去 30 日間)
민재
민재 2023 年 9 月 25 日
編集済み: Torsten 2023 年 9 月 25 日
model = createpde(1);
R1 = [3,4,-2.5,2.5,2.5,-2.5,-0.5,-0.5,0.5,0.5]';
i made a pde mesh like this and solve problem by FED method.
but I want to plot a graph only the values of x=-2.5~2.5 when the y-coordinate is 0.
How can I extract it?

回答 (1 件)

Torsten
Torsten 2023 年 9 月 25 日
編集済み: Torsten 2023 年 9 月 25 日

カテゴリ

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

タグ

製品


リリース

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by