Unable to resolve the name results.NodalSolution.
조회 수: 3 (최근 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에서 Behavior and Psychophysics에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!