error in heat transfer example

1 view (last 30 days)
cgenes
cgenes on 4 Apr 2019
Commented: cgenes on 8 Apr 2019
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

Accepted Answer

Ravi Kumar
Ravi Kumar on 5 Apr 2019
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 Comment
cgenes
cgenes on 8 Apr 2019
yes i'm not sure what i was doing rong but it works now thanks

Sign in to comment.

More Answers (0)

Products

Community Treasure Hunt

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

Start Hunting!