Aldo Leal Garcia
ESFM-IPN
Followers: 0 Following: 0
Feeds
提问
How to plot a 2D graph from a surface?
I have the next code wich is an explicit finite difference scheme. I need to plot a (x,y) with respect from the time, what I nee...
9 years 前 | 0 个回答 | 0
0
个回答提问
plot a surface movie
I have the next code and I'm trying to make a movie of the surfaces I create in the code, the problem is when I try to make the ...
9 years 前 | 1 个回答 | 0
1
个回答提问
2D Crank-Nicolson ADI scheme
I want to solve the next PDE system using a Crank-Nicolson scheme: <</matlabcentral/answers/uploaded_files/53177/PDEs.png>> ...
9 years 前 | 0 个回答 | 0
0
个回答提问
Where should I use gpuArray() and gather() in the nexto code
I have the next code wich simulates the Sel'kov glycolysis model. I want to use gpuArray() and gather() but I don't know where t...
9 years 前 | 0 个回答 | 0
0
个回答提问
How to build a matrix with specific entries?
The code I've beeing working in: % Modelo de Sel'kov en 1D % Este código en MATLAB simulara el modelo de Sel'kov ...
9 years 前 | 1 个回答 | 0
1
个回答提问
Parallelize a code for Schnakenberg model PDE reaction-diffusion
I have the next code and *I would love to parallelize it* in order to run it faste with the help of the GPU but I just don't und...
10 years 前 | 1 个回答 | 0
1
个回答提问
variable in parfor can´t be classified
I have the next code wich I would love to parallelize: %Solve a Turing model system of equations in 2-D space over time. Ap...
10 years 前 | 0 个回答 | 0
0
个回答提问
From Python to MATLAB
I have the next code in Pyhton, could anybody help me to tranform this code into MATLBA language in order to continuing using it...
10 years 前 | 1 个回答 | 0
