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

3 次查看(过去 30 天)
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 CenterFile Exchange 中查找有关 Geometry and Mesh 的更多信息

标签

产品


版本

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by