photo

Amir Mahmoudi


Last seen: 4 meses hace Con actividad desde 2023

Followers: 0   Following: 0

Estadística

MATLAB Answers

10 Preguntas
0 Respuestas

CLASIFICACIÓN
139.090
of 297.503

REPUTACIÓN
0

CONTRIBUCIONES
10 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
70.0%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.449

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 159.017

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Thankful Level 3

Ver insignias

Feeds

Ver por

Pregunta


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

5 meses hace | 3 respuestas | 0

3

respuestas

Pregunta


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

5 meses hace | 1 respuesta | 0

1

respuesta

Pregunta


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

5 meses hace | 1 respuesta | 0

1

respuesta

Pregunta


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

6 meses hace | 3 respuestas | 0

3

respuestas

Pregunta


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

6 meses hace | 1 respuesta | 0

1

respuesta

Pregunta


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

6 meses hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 1 año hace | 2 respuestas | 0

2

respuestas