Unable to resolve the name results.NodalSolution.
6 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Shreya George
il 25 Gen 2021
Commentato: Shreya George
il 27 Gen 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 Commenti
Risposta accettata
Ravi Kumar
il 26 Gen 2021
You have a typo. It should be u=result.NodalSolution; not u=results.NodalSolution;
Regards,
Ravi
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Partial Differential Equation Toolbox in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!