How do I export eigenvalue data from PDE Toolbox app?

조회 수: 1 (최근 30일)
Thomas Habin
Thomas Habin 2022년 11월 3일
답변: Youssef Noureddine 2022년 11월 10일
I am trying to get numerical data from the PDE Toolbox to prove Weyl's Law for differently shaped domains. I'd like to be able to export the eigenvalues of these domains back into the workspace so i can create the variable N(λ) from them. Any help would really be appreciated!

답변 (1개)

Youssef Noureddine
Youssef Noureddine 2022년 11월 10일
Hi Thomas,
I'm not entirely sure if this would work with your use case, but with most apps in MATLAB there is a corresponding way to do everything in them programatically. If you run the first example in 'solvepdeeig':
There is an example showing how to find the eigenvalues of a model using the PDE Toolbox programatically. Notice here how the eigenvalues are in the base workspace (stored in the variable called results.Eigenvalues). Is there something in your workflow that would prevent you from doing this programatically?

카테고리

Help CenterFile Exchange에서 Geometry and Mesh에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by