Amir Mahmoudi
Followers: 0 Following: 0
Statistics
10 Questions
0 Answers
RANK
229.137
of 295.448
REPUTATION
0
CONTRIBUTIONS
10 Questions
0 Answers
ANSWER ACCEPTANCE
70.0%
VOTES RECEIVED
0
RANK
of 20.227
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153.872
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
Find the indices of numbers that occur first
X is an array. Find(X, n, 1) gives the index of the first "n" that occurs. Now what of instead of "n" I have a vector like V = [...
ongeveer 2 maanden ago | 3 answers | 0
3
answersQuestion
The size of nested cells
I have a cell array. Each cell contains an n by m cell. How can I get "m"?
ongeveer 2 maanden ago | 1 answer | 0
1
answerQuestion
Ordering the elements of cells uniquely
I have n cells. Each cell contains a couple of numbers. I need to uniquely order the (whole) numbers and save it in a matrix. Ho...
ongeveer 2 maanden ago | 1 answer | 0
1
answerQuestion
An absolutely ascending sequence
How can I check if a sequence is absolutely ascending?
2 maanden ago | 3 answers | 0
3
answersQuestion
Extraction of unique arrays in a cell
Assume there is a cell of the size 1 by N. Each cell contains an array. Some of the arrays are equal. How can I remove duplicate...
2 maanden ago | 1 answer | 0
1
answerQuestion
Extraction of unique arrays in a cell
Assume there is a cell of the size 1 by N. Each cell contains an array. Some of the arrays (of the same length) are equal. How c...
2 maanden ago | 1 answer | 0
1
answerQuestion
Conditional find in matlab
I = find(X == a,1,'first'), J = find(X == b,1,'first'), K = find(X == c,1,'first') provided that K > J > I How can I implement t...
10 maanden ago | 1 answer | 0
1
answerQuestion
Non-repeating selection from sets
A is 1 by a matrix, B 1 by b, and C 1 by c. D is supposed to be the set of all non-repeating selection of respectively A, B, and...
11 maanden ago | 1 answer | 0
1
answerQuestion
Vectorized generation of a cell
x = 1 : a; y = 1 : b; z(x,y) = {randperm(d,2)}; ...
11 maanden ago | 1 answer | 0
1
answerQuestion
Mackey Glass equation and ddesd
I am trying to extract Mackey-Glass attrcator through ddesd package. Initially, I need the series, so here are my codes sol = ...
ongeveer een jaar ago | 2 answers | 0