![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/9772785_1567054861662_DEF.jpg)
SB
Followers: 0 Following: 0
Statistics
3 Questions
0 Answers
RANK
154,162
of 297,046
REPUTATION
0
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
66.67%
VOTES RECEIVED
0
RANK
of 20,422
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157,776
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
Selecting specific values from an array based on a defined condition
I have the following array: d = [0,100,-100]; m = 300; I want to select certain values of array d as follows: d(0<=m+d<=300)...
5 years ago | 2 answers | 0
2
answersQuestion
Selecting cross values from two arrays
I have three arrays namely, s = [0,1000,2000], d = [0,1000,2000] and J = [0,5000,8000], where, J = 3*d+2000. Now within a for...
5 years ago | 2 answers | 0
2
answersQuestion
Referencing value of an array based on the values of another
I have an array d = [0,1000,2000]. Based on this array, I compute the value of another array, let's say J = [0,5000,8000], where...
5 years ago | 1 answer | 0