error in heat transfer example

19 ビュー (過去 30 日間)
cgenes
cgenes 2019 年 4 月 4 日
コメント済み: cgenes 2019 年 4 月 8 日
Hi when working through the example
I get an error on this line
thermalProperties(thermalModelS,'ThermalConductivity',kFunc);
Error using pde.ThermalMaterialAssignment/checkCoefFcnHdlArgCounts (line 368)
Function specifying a material property must accept 2
input arguments and return 1 output argument.
Error in pde.ThermalMaterialAssignment/checkFcnHdlArgCounts (line 203)
self.checkCoefFcnHdlArgCounts(self.ThermalConductivity, systemsize, ndims);
Error in pde.ThermalMaterialAssignment (line 84)
self.checkFcnHdlArgCounts(systemsize, numdims);
Error in pde.ThermalModel/thermalProperties (line 110)
mtl = pde.ThermalMaterialAssignment(mtlContainer,argsToPass{:});
Is that just me and my verison of matlab vs2018?
thanks
Charlie

採用された回答

Ravi Kumar
Ravi Kumar 2019 年 4 月 5 日
Hi Charlie,
What version of MATLAB are you running R2018a or R2018b. In any case, you should not see this error if you run the example without any modification.
Are you modifying the kFunc is someway?
Regards,
Ravi
  1 件のコメント
cgenes
cgenes 2019 年 4 月 8 日
yes i'm not sure what i was doing rong but it works now thanks

サインインしてコメントする。

その他の回答 (0 件)

製品

Community Treasure Hunt

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

Start Hunting!

Translated by