Aimi Oguri
Followers: 0 Following: 0
Statistics
5 Questions
0 Answers
RANK
146.328
of 295.467
REPUTATION
0
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
80.0%
VOTES RECEIVED
0
RANK
of 20.234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153.912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
How can I solve 2D transient diffusion equation with nonlinear source term?
I am trying to solve the problem of 2d transient diffusion equation. I created block like this figure, 60×6. All of edges (E1...
bijna 5 jaar ago | 1 answer | 0
1
answerQuestion
Why I got the error "Undefined operator '.*' for input arguments of type 'function_handle"?
RCac = @(~,state) (-k4.*(state.u(1)./K3+state.u(1)).^2+... k3.*state.u(1)./(KCICR+state.u).*(IP3./(IP3+K2)).^3.*Cas)... ...
bijna 5 jaar ago | 1 answer | 0
1
answerQuestion
How to set boundary conditions?
I solve 2D heat equation. I want to set the Dirichlet boundary condition and the Neumann boundary condition alternately and ver...
bijna 5 jaar ago | 1 answer | 0
1
answerQuestion
Solving 2D Convection Diffusion Equation
I want to solve the above convection diffusion equation. First, I tried to program in 1D, but I can't rewrite in 2D. I ref...
ongeveer 5 jaar ago | 1 answer | 0
1
answerQuestion
ode15s error line 150
function [ydot, yinit, option] = Koo1( t , y , flag ) switch flag case '' Cab=y(1); Caex=y(2); Cas=y(3); ...
ongeveer 5 jaar ago | 1 answer | 0