Amir Mahmoudi - MATLAB Central
photo

Amir Mahmoudi


Last seen: 6 months 前 自 2023 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB AnswersFrom 09/23 to 04/25Use left and right arrows to move selectionFrom 09/23Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

10 个提问
0 个回答

排名
241,151
of 298,292

声誉
0

贡献数
10 个提问
0 个回答

回答接受率
70.0%

收到投票数
0

排名
 of 20,560

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 160,775

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


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

7 months 前 | 3 个回答 | 0

3

个回答

提问


The size of nested cells
I have a cell array. Each cell contains an n by m cell. How can I get "m"?

7 months 前 | 1 个回答 | 0

1

个回答

提问


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

7 months 前 | 1 个回答 | 0

1

个回答

提问


An absolutely ascending sequence
How can I check if a sequence is absolutely ascending?

7 months 前 | 3 个回答 | 0

3

个回答

提问


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

7 months 前 | 1 个回答 | 0

1

个回答

提问


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

7 months 前 | 1 个回答 | 0

1

个回答

提问


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

1 year 前 | 1 个回答 | 0

1

个回答

提问


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

1 year 前 | 1 个回答 | 0

1

个回答

提问


Vectorized generation of a cell
x = 1 : a; y = 1 : b; z(x,y) = {randperm(d,2)}; ...

1 year 前 | 1 个回答 | 0

1

个回答

提问


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

1 year 前 | 2 个回答 | 0

2

个回答