Error every time the PDE toolbox is used

조회 수: 3 (최근 30일)
Matteo Fissore
Matteo Fissore 2017년 5월 30일
답변: Nachiket Katakkar 2017년 6월 1일
Hello everyone,
I'm trying to use the PDE toolbox for the first time, to solve some simple PDEs. Since i'm a novice, I thought I'd use the app to do so; however, i'm having problems to use it. Every time i try to solve a PDE, i get the following error message:
Undefined function 'isnan' for input arguments of type 'u'.
This has happened every time i tried to use the toolbox, even when i scrupolously followed the examples given in the toolbox documentation.
I've already tried to uninstall and reinstall the toolbox to no avail. I'm using Matlab 2015b.
Does anyone have any insights into this? Thanks.

답변 (1개)

Nachiket Katakkar
Nachiket Katakkar 2017년 6월 1일
Hi Matteo,
This sort of an error usually occurs when a user defined function shadows an in-built MATLAB function. This is discussed in greater detail in the following MATLAB Answers post:
Make sure that the license checks out:
>> status = license('checkout','PDE_Toolbox')
Clear path issues using the following commands:
>> restoredefaultpath
>> rehash toolboxcache
>> savepath

카테고리

Help CenterFile Exchange에서 Boundary Conditions에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by