photo

Amir Mahmoudi


Last seen: 9日 前 2023 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 2

バッジを表示

Feeds

表示方法

質問


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

6ヶ月 前 | 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...

7ヶ月 前 | 1 件の回答 | 0

1

回答

質問


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

7ヶ月 前 | 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 = ...

10ヶ月 前 | 2 件の回答 | 0

2

回答