![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/25682865_1645576333284_DEF.jpg)
Tony Stianchie
Followers: 0 Following: 0
Statistiques
10 Questions
0 Réponses
RANG
111 531
of 297 016
RÉPUTATION
0
CONTRIBUTIONS
10 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
40.0%
VOTES REÇUS
0
RANG
of 20 419
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 157 725
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
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 ...
presque 2 ans il y a | 1 réponse | 0
0
réponseQuestion
Finite Differencing Transient Conduction
Hello, I'm attempting to conduct a finite difference approach to a transient conduction problem. Rows are time steps Column...
presque 2 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
presque 2 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 2 ans il y a | 1 réponse | 0
1
réponseQuestion
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 ;...
presque 2 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 2 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 2 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 2 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
environ 2 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
presque 3 ans il y a | 1 réponse | 0