Statistics
RANK
184,333
of 300,746
REPUTATION
0
CONTRIBUTIONS
2 Questions
2 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 21,068
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 170,775
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
Using find() to identify values in an array that are present in another array
Okay, I got it to work now. The first answer was close, but this one is correct. For some reason using ismember() changed the ...
9 years ago | 0
| accepted
Using find() to identify values in an array that are present in another array
Never mind, I discovered a solution. find(array(ismember(comparison_array),array(1,:)));
9 years ago | 0
Question
Using find() to identify values in an array that are present in another array
I am trying to extract values in rows 2 and 3 from an array when the corresponding value in row 1 is equal to a certain value pr...
9 years ago | 2 answers | 0
2
answersQuestion
Converting an Excel Diffusion Model to Matlab
I am attempting to recreate a diffusion model from Excel in Matlab. The Excel model had a large spreadsheet where concentration...
9 years ago | 0 answers | 0