photo

Amir Mahmoudi


Last seen: 9 Tage vor Aktiv seit 2023

Followers: 0   Following: 0

Statistik

  • Thankful Level 2

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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 Monate vor | 1 Antwort | 0

1

Antwort

Frage


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 Monate vor | 1 Antwort | 0

1

Antwort

Frage


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

7 Monate vor | 1 Antwort | 0

1

Antwort

Frage


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 Monate vor | 2 Antworten | 0

2

Antworten