Feeds
提问
I I wrote a command but for some reason it only prints the enthalpy value of water
R = 8.314; % Ideal Gas Constant T = 300 : 50 : 1000; % Temperature range from 300 K to 1000 K with increments of 50 % Create T...
1 year 前 | 1 个回答 | 0
1
个回答提问
I wrote a piece of code about Calculating the Enthalpy of H2, O2, and Water and the machine reports the error "Array indices must be positive integers or logical values".
R = 8.314; % Ideal Gas Constant T = 300 : 50 : 1000; % Temperature range from 300 K to 1000 K with increments of 50 % Create T...
1 year 前 | 1 个回答 | 0