Statistics
RANK
17,666
of 297,016
REPUTATION
2
CONTRIBUTIONS
10 Questions
1 Answer
ANSWER ACCEPTANCE
60.0%
VOTES RECEIVED
2
RANK
of 20,419
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157,725
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
How can I see which parameter is the one I want to alter?
Hey people, I'm currently running a model with two state variables: A(1:10)'=rA.*A.*(K-a*A)./K-A.*(H*(cons./(F+1E-10)))+...
12 years ago | 0 answers | 0
0
answersQuestion
Running out of memory when loading mat-file
Hi, When I run my model, I save all the contents in a .mat file, which becomes approximately 700mb. Subsequently, when I loa...
12 years ago | 1 answer | 0
1
answerQuestion
Dynamic ranges using xlswrite
Hi all, I want to write my results into excel. This works perfectly, only I want my ranges to become dynamic. At the moment ...
12 years ago | 2 answers | 2
2
answersdelete rows in 3d-matrix
Thought about this last night in bed and couldn't understand the stupid mindtwist I made, it's just simply: stuff(1,:,:)=[...
12 years ago | 0
| accepted
Question
delete rows in 3d-matrix
Hi all, How can I delete a row in a 3d matrix? I want to delete the upper row in the matrices: stuff(:,:,1:3) stuff(:,:,...
12 years ago | 2 answers | 0
2
answersQuestion
Time stamp using xlswrite
Hi all, I want to put a time stamp next to the data that I export to excel. Hence, I did this: clox=datestr(now) xlswr...
12 years ago | 2 answers | 0
2
answersQuestion
Adding a function to the distribution of a matrix.
Hey all, I've got a matrix (H) in this shape: 1 1 1 1 1 1 0 1 1 1 1 1 ...
12 years ago | 0 answers | 0
0
answersQuestion
Stacking arrays in a matrix
Hi all, I've got a script that basically looks like this: blabla = [ ]; while count <=6 if for i=1:6 ...
12 years ago | 1 answer | 0
1
answerQuestion
Repeating one loop without adding data to the array
Hi all, I've got a for-loop that randomises the '1's in one of the columns in a 10-by-6 matrix each of 6 loops. In another fu...
12 years ago | 1 answer | 0
1
answerQuestion
Randomly deleting a 'one' in a column of a binary matrix
Hi, I have a matrix that looks like this: 1 1 1 1 1 1 0 1 1 1 1 1 ...
12 years ago | 2 answers | 0
2
answersQuestion
Shuffling ones in a column
Hi, I have a binary matrix, which looks like this: 1 1 1 1 1 1 0 1 1 1 1 ...
12 years ago | 2 answers | 0