Statistics
All
RANK
214,677
of 301,612
REPUTATION
0
CONTRIBUTIONS
0 Questions
1 Answer
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
0
RANK
13,335 of 21,357
REPUTATION
24
AVERAGE RATING
5.00
CONTRIBUTIONS
1 File
DOWNLOADS
12
ALL TIME DOWNLOADS
142
RANK
of 175,767
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 | 12 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





