Statistics
All
RANK
262,502
of 302,044
REPUTATION
0
CONTRIBUTIONS
0 Questions
1 Answer
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
0
RANK
13,197 of 21,510
REPUTATION
25
AVERAGE RATING
5.00
CONTRIBUTIONS
1 File
DOWNLOADS
8
ALL TIME DOWNLOADS
157
RANK
of 178,376
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
Submitted
saveallfigs
A function for saving all open figures in MATLAB.
6 years ago | 157 downloads |
Answered
How to assign variables based on index position
For the assignment problem I would try something like that: kk = a > 1.5; indexes = 1:length(a); out = a*(~kk) + indexes * kk...
How to assign variables based on index position
For the assignment problem I would try something like that: kk = a > 1.5; indexes = 1:length(a); out = a*(~kk) + indexes * kk...
6 years ago | 0





