Matlab PDE tool error

2 visualizaciones (últimos 30 días)
Luke Prestowitz
Luke Prestowitz el 22 de En. de 2016
Respondida: Walter Roberson el 22 de En. de 2016
I am trying to use the matlab pdepe tool, and when trying to replicate the two problems they provide as examples I get this error.
Undefined function or variable 'pdexic'.
Error in pdepe (line 229) temp = feval(ic,xmesh(1),varargin{:});
I am new to using Matlab and cannot understand how a replication of the example leads to an error. help is appreciated.

Respuestas (1)

Walter Roberson
Walter Roberson el 22 de En. de 2016
You do not show your code attempt.
Example 1 at http://www.mathworks.com/help/matlab/ref/pdepe.html does not refer to pdexic : it refers to pdex1ic, the code of which is given there. Likewise the second example refers to pdex4ic, the code of which is given there.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by