Adam Harris
Followers: 0 Following: 0
Statistics
RANK
35,243
of 295,448
REPUTATION
1
CONTRIBUTIONS
8 Questions
2 Answers
ANSWER ACCEPTANCE
75.0%
VOTES RECEIVED
1
RANK
of 20,227
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,872
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 to omit narrow variances in data
Dear MATLAB Community, I have some data, obtained experimentally, that I'd like to refine. In the attached plot, you'll notice ...
1 year ago | 1 answer | 0
1
answerQuestion
How can I generate a Contour Plot from 1 column of Z data?
Hello World, I have data (attached PKE_xy.txt) from a fluid dynamics simulation that I am trying to generate a contour plot for...
2 years ago | 1 answer | 0
1
answerQuestion
Converting Intrinsic MATLAB Functions ones(), zeros(), sparse(), diag() to FORTRAN
Hello World, In MATLAB, we have the very nice and useful functions ones(), zeros(), sparse(), and diag(). I'm trying to convert...
3 years ago | 2 answers | 0
2
answersHow do I properly implement Neumann boundary condition for this problem?
I needed to plug PSI(j,Nx+1) = PSI(j,Nx-1) into the SOR equation at the index corresponding to the right end of the channel. So...
3 years ago | 0
| accepted
Question
How do I properly implement Neumann boundary condition for this problem?
Hello world, I've written a program to simulate channel flow past a rectangle using Successive Over-Relaxation. Everything is ...
3 years ago | 1 answer | 0
1
answerQuestion
Solve 1D Burgers Equation via Semi-Implicit Adams-Bashforth/Crank-Nicolson Scheme
Hello world, I'm trying to solve the 1D Burgers equation (nonlinear convection-diffusion equation) by applying the explicit Ada...
3 years ago | 1 answer | 0
1
answerExplicit Euler Method Solution to 1D Nonlinear Convection-Diffusion Equation
I solved the issue. There is a singularity in the initial condition so I needed to start the solution from a small time , this a...
3 years ago | 0
| accepted
Question
Explicit Euler Method Solution to 1D Nonlinear Convection-Diffusion Equation
Hello world, I'm trying to solve the 1D Nonlinear Convection-Diffusion equation (Burgers equation) using the Explicit FTCS "Eul...
3 years ago | 1 answer | 1
1
answerQuestion
Converting Matlab Loops to Fortran
Hello! I'm just getting into Fortran coding and I'm trying to convert a Matlab program into Fortran. I understand that, more not...
3 years ago | 1 answer | 0
1
answerQuestion
How to removed dashed lines in fplot
Hello, these horizontal dashed lines are showing up unexpectedly in my plot. I'm hoping someone can tell me how to remove them. ...
3 years ago | 1 answer | 0