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!