Rodrigo Blas
Followers: 0 Following: 0
Statistik
20 Fragen
0 Antworten
RANG
28.741
of 295.467
REPUTATION
1
BEITRÄGE
20 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
65.0%
ERHALTENE STIMMEN
1
RANG
of 20.234
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.912
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
Use fsolve to solve matrix
Would like to use fsolve to solve xeq. When i multiply with vector 'T' and 'Y' I only get one value. How would I make it retu...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
using fsolve with matrix
I would like to calculate xeq using fzero xeq should be a vector. T and Y is a vector. function ydot=Zazarian_f_5(~,x) X=x...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Plot two lines on different graphs from integral
To=27+273.15; %%k cao=0.1; %%mol/dm^3 k1=.01; %%dm^3/mol*s tha=1;thb=1; ha=-20000; hb=-15000; hc=-41000; %%cal/mol cpc...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
error message when trying ot integrate
To = 27 + 273.15; % C vo = 2; % dm^3/s cao = 0.1; ...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Would like to graph an ode45 answer with if statment
function diffy2=Ljallo_f_q2(~,X) y=X(1);T=X(2); %%data Q=0.06555; %%m^3/s ctot=0.0203; %%knol.m^3 alpha=2...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Graph of ODE comes out wrong
%%data R=62.364; %%torr L/gmol K T=473; %%K vo=100/3600; %%L/s pnh3=.046; %%torr ...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
solve a matrix ode45
pnh3=.046; %%torr po2=.068; %%torr R1=1.987 ; %%cal/gmol*K R=62.364; %%torr L/gmol K vo=100/3600; ...
mehr als 4 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Would like to create a 2x3 matrix using for loop
pnh3=.046; %%torr po2=.068; %%torr R1=1.987 ; %%cal/gmol*K R=62.364; %%torr L/gmol K vo=100/3600; ...
mehr als 4 Jahre vor | 1 Antwort | 1
1
AntwortFrage
I would like to create a matrix using a for loop
function rn=Ljallo_f_q1(T,R,pnh3,po2) for i=1:3 A=zeros(3,1); B=zeros(3,1); C=zeros(3,1); rn=zeros(3,1); rn(i)=A(i)/(B(i)*...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Plotting multiple figures: one figure doesnt show and the other is wrong
vo=10; %%dm^3/min T=27+273.15; %%k p=4; %%atm R=82060; %%dm^3*atm/(k*mol) k1=.004; %%(mol/dm^3)^.5*m...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to obtain matrix with two symbolic equations with dsolve
clc, clear a1=28*7*400; %%ft^2 po=40.6; %%psi dpio=9; ...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
I want to integrate froma function
function prob7f=xequil(x,cao,ep,k2,kc,Fao) ca=cao*(1-x)./(1+ep*x); cb=cao*(1-x)./(1+ep*x); cc=2*cao*x./(1+ep*x); ra=-(k2*(...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Trying to graph two differential equations on same plot
T1=50+273.15; %%k T2=127+273.15; %%k Fao=2.5; %%mol/min P=10; %%atm k1=1...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Keep getting an error message when integrating
clear all, clc T1=50+273.15; %% T2=127+273.15; %%k Fao=2.5; %%mol/min P=10; ...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
I keep getting "not enough input arguments" when trying to fsolve
l=5*10^-2; dab=1*10^-9; wai=.18; wastar=.02; wa=.1; rhob=1-wa; rhoa=wa; rhoai=wai; rhostar=wastar; thetastar=(rhoa/rhob...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
I cant find my value for an fsolve.
clc, clear a1=28*7*400; %%ft^2 po=40.6; %%psi delpio=9; ...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Pass the answers of ode45 over to another function and solve the simultanous equation
clc, clear a1=28*7*400; %%ft^2 po=40.6; %%psi delpio=9; ...
mehr als 4 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How to use fsolve an implicit equation?
clc, clear a1=28*7*400; %%ft^2 po=40.6; %%psi delpio=9; ...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
I want to create a function that integrates
function H=intCP(A,B,C,D,T1,T2) syms T H=A*10^(-3)+B*10^(-5)*T+C*10^(-8)*T^2+D*10^(-12)*T^3; vpaintegral(H,T1,T2) end %%c...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
I cant get this matlab function to work.
I have to use fsolve() to call this function. I want to input a guess for fsolve() and I want two answers for each of the equat...
fast 6 Jahre vor | 1 Antwort | 0