photo

Elizabeth Browne


Active since 2018

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 0 answers | 0

0

answers