Elizabeth Browne
2018년부터 활동
Followers: 0 Following: 0
Feeds
질문
How do I fix this error? If I put x/number it works.
clear all close all clc figure X = 200:250:2500; Y = 1.82*10^14*exp(-38370/X); plot(X,Y) ...
대략 6년 전 | 답변 수: 1 | 0
1
답변질문
I am using the element names as symbolic variables to make the answer look nice. Why will it not perform the function when my equivalence ratio is more than one?
if phi > 1 N_rO2 = a/phi; N_rN2 = a*3.76/phi; N_CO2 = x/phi; N_H2O = y/(2*phi); N_pO2 = 0; ...
대략 6년 전 | 답변 수: 0 | 0