photo

Amir Mahmoudi


Last seen: etwa ein Jahr vor Aktiv seit 2023

Followers: 0   Following: 0

Statistik

MATLAB Answers

10 Fragen
0 Antworten

RANG
282.738
of 300.364

REPUTATION
0

BEITRÄGE
10 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
70.0%

ERHALTENE STIMMEN
0

RANG
 of 20.934

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 168.407

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 3

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

etwa ein Jahr vor | 3 Antworten | 0

3

Antworten

Frage


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

etwa ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa ein Jahr vor | 3 Antworten | 0

3

Antworten

Frage


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

etwa ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa ein Jahr vor | 1 Antwort | 0

1

Antwort

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

fast 2 Jahre 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...

fast 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 2 Jahre 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 = ...

etwa 2 Jahre vor | 2 Antworten | 0

2

Antworten