Statistics
RANK
27,388
of 301,555
REPUTATION
1
CONTRIBUTIONS
3 Questions
1 Answer
ANSWER ACCEPTANCE
33.33%
VOTES RECEIVED
0
RANK
of 21,323
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 175,367
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
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...
8 years ago | 0
| accepted
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 ...];
8 years ago | 3 answers | 0
3
answersQuestion
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...
8 years ago | 0 answers | 0
0
answersQuestion
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(:,...
8 years ago | 0 answers | 0