Borrar filtros
Borrar filtros

Error every time the PDE toolbox is used

2 visualizaciones (últimos 30 días)
Matteo Fissore
Matteo Fissore el 30 de Mayo de 2017
Respondida: Nachiket Katakkar el 1 de Jun. de 2017
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.

Respuestas (1)

Nachiket Katakkar
Nachiket Katakkar el 1 de Jun. de 2017
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

Community Treasure Hunt

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

Start Hunting!

Translated by