Tony Stianchie
Followers: 0 Following: 0
Estadística
10 Preguntas
0 Respuestas
CLASIFICACIÓN
202.009
of 295.486
REPUTACIÓN
0
CONTRIBUCIONES
10 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
40.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.236
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.950
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
Modifying A Variable in an ODEFUN/Boundary Value Problem
I am trying to modify with each step across my odefun the values of k, mu, and c. I'd like for these variables for change with ...
más de 1 año hace | 0 respuestas | 0
0
respuestasPregunta
Finite Differencing Transient Conduction
Hello, I'm attempting to conduct a finite difference approach to a transient conduction problem. Rows are time steps Column...
más de 1 año hace | 2 respuestas | 0
2
respuestasPregunta
Solving a PDE using PDE Toolbox
This problem invoves an inner pipe with a constant wall temp, an annular space with conduction only, and an insulated outer pipe...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
Plotting from For Loop ODEFUN and BVP4C Initial Guess
%% Thetadot(0) vs Pr m = 0; Prinf = 1000; for Pr = linspace(0,Prinf,1) solinit = bvpinit(Pr,[0 0 0 0 0.05]); sol = b...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
Summing a series within a For Loop
H = 0.1; I = 5; Y = 0; BI = zeros(I,1); for i = 1:I b = fzero(@(b)(b*tan(b)-H),pi*i); BI(i) = b ;...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
Finding the roots across a range of values
I'd like to find the roots of b for the array b(i,1) and store those values in BI(i) H = 0.1; I = 200; Y = 0; b...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
For Loop Starting at Zero
I'd like to run my Theta for loop across the length of X ( 0 to 1) with my stored values of BI H = 0.1; I = 200; Y = 0; BI...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
Solving for Zeros Across a Range
I'd like to solve and store the valves for which bi = 0 across a range i=I H = 0.1; I = 200; bi = zeros(I,1); for i = l...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
Using a function and fsolve with a for loop
I'd like to solve the system of 4 non linear equations and 4 unknonws over a span of values for T. I'm recieving the follo...
casi 2 años hace | 2 respuestas | 0
2
respuestasPregunta
Loop with Different Step Criteria
Hi - I am trying to step through a loop taht goes: on K=1 (first step), my conditions are known (temperature, T and enthalpy, h...
más de 2 años hace | 1 respuesta | 0