Unable to resolve the name results.NodalSolution.
6 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Shreya George
le 25 Jan 2021
Commenté : Shreya George
le 27 Jan 2021
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 commentaires
Réponse acceptée
Ravi Kumar
le 26 Jan 2021
You have a typo. It should be u=result.NodalSolution; not u=results.NodalSolution;
Regards,
Ravi
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Partial Differential Equation Toolbox dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!