フィルターのクリア

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 Center および File ExchangeGeneral PDEs についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by