Unable to resolve the name results.NodalSolution.
8 ビュー (過去 30 日間)
古いコメントを表示
I am using R2020b. While solving a PDE with myufunction for updating the boundary condition at each iteration, I keep getting the error message 'Unable to resolve the name results.NodalSolution'. Any help is welcome.
3 件のコメント
採用された回答
Ravi Kumar
2021 年 1 月 26 日
You have a typo. It should be u=result.NodalSolution; not u=results.NodalSolution;
Regards,
Ravi
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Partial Differential Equation Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!