Skye Cameron
Followers: 0 Following: 0
Statistica
12 Domande
0 Risposte
RANK
30.819
of 295.467
REPUTAZIONE
1
CONTRIBUTI
12 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
25.0%
VOTI RICEVUTI
1
RANK
of 153.912
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
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 ...
oltre 3 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 3 anni fa | 1 risposta | 0
1
rispostaDomanda
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 =...
oltre 3 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 3 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 4 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 4 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
quasi 5 anni fa | 1 risposta | 0
1
rispostaDomanda
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; ...
quasi 5 anni fa | 1 risposta | 0
1
rispostaDomanda
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; ...
quasi 5 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
quasi 5 anni fa | 1 risposta | 0
1
rispostaDomanda
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 =...
circa 5 anni fa | 1 risposta | 1
1
rispostaDomanda
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...
circa 5 anni fa | 1 risposta | 0