Estadística
CLASIFICACIÓN
41.871
of 301.783
REPUTACIÓN
1
CONTRIBUCIONES
3 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
33.33%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 21.420
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 176.544
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
%How can i create this vector? Please I need your help.
B = 1:50; Vector = repelem(B, 7); D = 0; for j = 1:size(Vector) D = D +1; if (mod(D, 7) == 0 || mod...
alrededor de 8 años hace | 0
| aceptada
Pregunta
%How can i create this vector? Please I need your help.
Vector = [1 1 1 1 1 0 0 2 2 2 2 2 0 0 3 3 3 3 3 ...];
alrededor de 8 años hace | 3 respuestas | 0
3
respuestasPregunta
How can I find the value of f1 and f2 such that from 1:5000 & 5001:10000 the values should be different?
% x0 = 0.5; y0 = 0.6; dt = 0.01; time = 100; num_iteration = ceil(time / dt); num_trajectory = 10000; c = 1; y = zero...
alrededor de 8 años hace | 0 respuestas | 0
0
respuestasPregunta
How can I simulate the following SDE system?
Assuming I have a discretized system of SDE of the form x(:, t+1) = x(:, t) + f1(x(:, t)).*x(:, t)*dt + f2(x(:, t))./(x(:,...
alrededor de 8 años hace | 0 respuestas | 0