photo

Maryam John


Actif depuis 2018

Followers: 0   Following: 0

Statistiques

MATLAB Answers

3 Questions
1 Réponse

RANG
27 670
of 301 695

RÉPUTATION
1

CONTRIBUTIONS
3 Questions
1 Réponse

ACCEPTATION DE VOS RÉPONSES
33.33%

VOTES REÇUS
0

RANG
 of 21 386

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 176 117

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

Feeds

Afficher par

Réponse apportée
%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...

environ 8 ans il y a | 0

| A accepté

Question


%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 ...];

environ 8 ans il y a | 3 réponses | 0

3

réponses

Question


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...

environ 8 ans il y a | 1 réponse | 0

0

réponse

Question


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(:,...

environ 8 ans il y a | 1 réponse | 0

0

réponse