Undefined function or variable 'createPDEResults'

2 views (last 30 days)
I am trying to run the PDE example "Deflection of a Piezoelectric Actuator" on Matlab 2015a.
I am getting the following error when I try to run it:
Undefined function or variable 'createPDEResults'.
PDE toolbox was listed in the toolboxes when I typed 'ver'.
However, I get the following message when I search for the function:
>> which -all createPDEResults
'createPDEResults' not found.
Please let me know how can I solve this problem.

Accepted Answer

Alan Weiss
Alan Weiss on 8 Sep 2015
As the release notes state, createPDEResults was introduced in R2015b, not R2015a. The same information is at the end of the createPDEResults reference page.
Alan Weiss
MATLAB mathematical toolbox documentation

More Answers (0)

Community Treasure Hunt

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

Start Hunting!