LM
Followers: 0 Following: 0
Statistics
4 Questions
0 Answers
RANK
31,276
of 295,467
REPUTATION
1
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
1
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
Solving heat equation with Dirichlet boundary
Hey, I'm solving the heat equation on a grid for time with inhomogeneous Dirichlet boundary conditions . I'm using the implici...
4 years ago | 0 answers | 0
0
answersQuestion
convolution with gaussian kernel using fft
Hey, I'm really no pro in Matlab so I've got a few difficulties with the following task. I'm trying to implement diffusion of ...
4 years ago | 2 answers | 1
2
answersQuestion
discrete Fourier transform of Gaussian
I'm trying to understand the following code, where we calculate the discrete Fourier transform of the Gaussian kernel: %%%%%%%%...
5 years ago | 0 answers | 0
0
answersQuestion
I get the warning 'Function behaves unexpectedly on array inputs.' when using fplot()
Why do I get a warning when using fplot() in my code: function solution_heat_equation(t) f = @(x,y) (exp((-abs(x-y).^2)./(4.*t...
5 years ago | 1 answer | 0