필터 지우기
필터 지우기

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

조회 수: 1 (최근 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