Error every time the PDE toolbox is used

4 ビュー (過去 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 Center および File ExchangeBoundary Conditions についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by