Unable to resolve the name results.NodalSolution.
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Shreya George
el 25 de En. de 2021
Comentada: Shreya George
el 27 de En. de 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 comentarios
Respuesta aceptada
Ravi Kumar
el 26 de En. de 2021
You have a typo. It should be u=result.NodalSolution; not u=results.NodalSolution;
Regards,
Ravi
Más respuestas (0)
Ver también
Categorías
Más información sobre Partial Differential Equation Toolbox en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!