Amir Mahmoudi
Followers: 0 Following: 0
統計
MATLAB Answers
10 質問
0 回答
ランク
of 153,872
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
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 = [...
約2ヶ月 前 | 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"?
約2ヶ月 前 | 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...
約2ヶ月 前 | 1 件の回答 | 0
1
回答質問
An absolutely ascending sequence
How can I check if a sequence is absolutely ascending?
2ヶ月 前 | 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...
2ヶ月 前 | 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...
2ヶ月 前 | 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...
10ヶ月 前 | 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...
11ヶ月 前 | 1 件の回答 | 0
1
回答質問
Vectorized generation of a cell
x = 1 : a; y = 1 : b; z(x,y) = {randperm(d,2)}; ...
11ヶ月 前 | 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年 前 | 2 件の回答 | 0