How do I export eigenvalue data from PDE Toolbox app?
조회 수: 1 (최근 30일)
이전 댓글 표시
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!
댓글 수: 0
답변 (1개)
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?
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Geometry and Mesh에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!