Udefined function createpde.m
19 ビュー (過去 30 日間)
古いコメントを表示
I want to use the function createpde.m in matlab but it seems that this function doesn't exist in the package of matlab. Indeed, when I write I=createpde(1) in the command window, the following answer is mentioned
>> model = createpde; Undefined function or variable 'createpde'.
Yours sincerely
1 件のコメント
Nikul Jani
2017 年 12 月 12 日
I have MatLAB 2016a and in the list of application, PDE toolbox is visible, but when I click on that or run some command like 'createpde' and 'pdetool', message comes like "undefined function or variable." I have MatLAB with institute licence.
In the installation folder also, pde folder and m-files are there.
採用された回答
Sean de Wolski
2015 年 5 月 21 日
createpde is new in R2015a in the PDE Toolbox. Thus, if you are not on the current release with this toolbox installed it won't run and you'll need to upgrade/install pde.
2 件のコメント
Alan Weiss
2016 年 8 月 15 日
Use the documentation for the version you have.
Alan Weiss
MATLAB mathematical toolbox documentation
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!