numnum
Followers: 0 Following: 0
Statistics
6 Questions
0 Answers
RANK
98,734
of 295,467
REPUTATION
0
CONTRIBUTIONS
6 Questions
0 Answers
ANSWER ACCEPTANCE
33.33%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Shift a column circularly in a for loop
Hi, I want to shift a column vector (fullmat) circularly, and append to the column vector each time the new column. I want to ...
7 years ago | 0 answers | 0
0
answersQuestion
Make movie from imagesc
I have the following image: t = 0:.1:10; y4 = zeros(10,length(t)); x = zeros(size(t)); for k = 1:2:19999 ...
7 years ago | 0 answers | 0
0
answersQuestion
Closest value between two vectors
I have two vectors k and l. k l 1 5 9 8 12 32 ...
7 years ago | 1 answer | 0
1
answerQuestion
Running if loop until a specific outcome
I have two double vectors, a and b. Both have values for each time point t. I want to run a loop where * -for each time t, ...
7 years ago | 1 answer | 0
1
answerQuestion
Repeat vector n times
I have a vector t_vec. I want to create another vector that is the repetition of t_vec n types, so that is shows somehting like ...
7 years ago | 1 answer | 0
1
answerQuestion
Runga Kutta numerical integration
Hi I am trying to use the Runga Kutta method to solve 3 differential equations: _dg/dt = [-g + f(i_c - i -h)]/b, where f i...
7 years ago | 1 answer | 0