Community Profile

photo

Najeem Afolabi


Last seen: 3 years ago Active since 2020

Followers: 0   Following: 0

Statistics

  • Thankful Level 3

View badges

Feeds

View by

Question


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...

3 years ago | 1 answer | 0

1

answer

Question


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 ...

3 years ago | 0 answers | 0

0

answers

Question


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...

3 years ago | 1 answer | 0

1

answer

Question


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...

3 years ago | 1 answer | 0

1

answer

Question


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;...

3 years ago | 1 answer | 0

1

answer

Question


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...

3 years ago | 1 answer | 0

1

answer

Question


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...

3 years ago | 2 answers | 0

2

answers