Feeds
提问
ODE45 code won't run
So I have this complex reaction model that I made but it just won't run. It doesn't say that there is an error necessarily, it j...
5 years 前 | 1 个回答 | 0
1
个回答提问
CSTR Reaction Model: Yield vs Conversion graph
I am currently modelling a CSTR in which a third order reaction occurs to produce C and second order for D. A parallel reaction ...
5 years 前 | 0 个回答 | 0
0
个回答提问
For Loop plot and zeros function
Having problems with my for loop plot at the bottom of the code. I'm trying to plot the 3rd column in C2 for the different value...
5 years 前 | 1 个回答 | 0
1
个回答提问
ode45 code not producing correct results
clear all; close all clc %SEMI-BATCH CODE CONCENTRATION AS A FUNCTION OF TIME %time span specification timeStart = 0; timeEn...
5 years 前 | 1 个回答 | 0
1
个回答提问
Array dimensions not consistent
Could some one please help me spot how my array dimensions are not consistent? function dcdt = diffcstrvalid2(t, C) k1 = 10;...
5 years 前 | 1 个回答 | 0
1
个回答提问
Index exceeds the number of array elements (4)
I'm trying to a model a CSTR. I'm trying to test out different volumetric flowrates ,F. I created a loop to run through the dif...
5 years 前 | 1 个回答 | 0
1
个回答提问
Storing the maximum value in each iteration
Hi all, I'm trying to write some code where I use different values for a particular input parameter in the case v0. Ccstr1 is a...
5 years 前 | 2 个回答 | 0
