Bijaya
Followers: 0 Following: 0
Estadística
6 Preguntas
0 Respuestas
CLASIFICACIÓN
229.962
of 295.467
REPUTACIÓN
0
CONTRIBUCIONES
6 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
16.67%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.912
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
I need to solve the series for two different cases D1 and D2 specified
The original question: (C(x,t) -C0 )/(Cb- C0) = 1- 4/pi ∑ (-1)^n /(2*n +1) exp [ -(2*n+1)^2 *(pi)^2 *D*t/4*l^2] * cos((2*n+1)*p...
9 meses hace | 0 respuestas | 0
0
respuestasPregunta
writting down the code for the function
Attached file has the function and here is my matlab code pasted below function y = myFunction(x, n) if n == 1 y = 4 * s...
10 meses hace | 1 respuesta | 0
1
respuestaPregunta
My code says error on func-grad
here is my code clear format compact; load 'levelset (1).mat' % get the divergence field [dFdx, dFdy, dFdz] = Func_gradien...
12 meses hace | 0 respuestas | 0
0
respuestasPregunta
my code wont display figure
% Parameters L = 1; % Length of the string c = 1; % Wave speed num_segments = 200; % Number of segments dx = L / num_segment...
alrededor de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
1D wave equation
Solve the 1-dimensional wave equation in a fixed length from 0 to L = 1 [L] at the speed of 1 [c] using 200 segments, and initia...
alrededor de 1 año hace | 0 respuestas | 0
0
respuestasPregunta
Matlab code wont disply the figure 2
c= 1; % unit conversion L=1; % t=[L]/[c] C=0.1; N=1000; Np=N+1; dx= L/N; x=(0:dx:L)'; dt=C*dx/c; sqrC=C*C; ...
alrededor de 1 año hace | 1 respuesta | 0