Community Profile

photo

Skye Cameron


Last seen: casi 3 años hace Con actividad desde 2019

Estadísticas

  • Thankful Level 2
  • Thankful Level 1

Ver insignias

Content Feed

Ver por

Pregunta


How to smooth a graph?
This is the code - I am trying to smooth the solved ode number 4 (marked in bold). I am not too sure how to do this? What can I ...

casi 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


ODE 45 Solver Help
I had this code working previously and made a few adjustments and I can not work out how I should resolve this and get it workin...

casi 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to use else if with ODE45 solver?
%define ODEs %DOX conc in blood if t<Tiv diffeqs(1,1) = (-k_clr_DOX*C_DOX_Bl)+ R_DOX else R_DOX = 1 R_DOX =...

casi 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


A 2 compartment PK model
I have the following equations and I am not 100% sure how to start my PK model in the matlab command window? Thanks in advance f...

alrededor de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


My graph will not display
P1 = 1.513; H = 4292; y = 0:0.1:1 X = ((P1/H)*y) / (1+(1 - (P1/H)*y)) plot (X,y) xlim([0 0.00001]) ylim([0 1.2...

casi 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to solve for T2? it is giving an error when I try solve
clear all %%Calculate Benzene Duty Q %From Perry's table 2-153 values for Benzene C1_b = 162940; %in J/kmol*K C2_b = -344.9...

alrededor de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to create an integral function? Trying to solve Cp_b between 2 numbers
%%Calculate Benzene Duty Q %From Perry's table 2-153 values for Benzene C1_b = 162940; %in J/kmol*K C2_b = -344.94; %in J/km...

alrededor de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


My function will not work to calculate the 'Cumene inlet temperature' section
clc clear close all format short g %% Properties taken from Perry's Chemical Engineering Handbook 8th Edition T1=414.95; ...

alrededor de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Trying to solve for P in the equation. Been told fzero does not give correct solution.
%clc; clear; close all; format short g; %knowns gamma = 1.66; R = 8.314; m = 4.0e-3; RoM = R/m; P0 = 10e5; T0 = 300; ...

alrededor de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Trying to find the function of x for 0<=x<=2L
clc; clear; close all; format short g; %knowns gamma = 1.4; R = 8.31; m = 4.0; P0 = 10; T0 = 300; r0 = 0.01; L = 0.0...

alrededor de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Unable to perform assignment because the left and right sides have a different number of elements.
Hi there, looking for help with my code, I have attached the question I have been asked and the code I have created? Thanks h =...

más de 4 años hace | 1 respuesta | 1

1

respuesta

Pregunta


Unable to perform assignment because the left and right sides have a different number of elements
I am getting the message, in the title when trying to run this code. How do I sort this? % Euler's Method % Initial conditio...

más de 4 años hace | 1 respuesta | 0

1

respuesta