Weird error while using constant properties in class
问题 I am trying to save functions as variables inside a class so I can reach them in an ordered manner. However, whenever I try to pull any constant from the following class, I get the following error. %FORMULAS Summary of this class goes here % Detailed explanation goes here properties (Constant) %F.heatCapacityOfLiquid t = @(z) z *2 end properties (Constant) enthalpyChange = @(constants, temperatureIn, temperatureOut)integral(@(temperature)(@(constants, temperature)... constants(1)... +