photo

Samuel Londner


Active since 2019

Followers: 0   Following: 0

Statistics

All
MATLAB Answers

0 Questions
1 Answer

File Exchange

1 File

RANK
153,558
of 300,352

REPUTATION
0

CONTRIBUTIONS
0 Questions
1 Answer

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
14,724 of 20,928

REPUTATION
14

AVERAGE RATING
5.00

CONTRIBUTIONS
1 File

DOWNLOADS
5

ALL TIME DOWNLOADS
97

RANK

of 168,212

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

  • 5-Star Galaxy Level 1
  • Personal Best Downloads Level 1
  • First Submission
  • GitHub Submissions Level 1
  • First Answer
  • First Review

View badges

Feeds

View by

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...

6 years ago | 0