photo

Miguel Reina


Reijksuniversiteit Groningen

Attivo dal 2016

Followers: 0   Following: 0

Messaggio

Statistica

MATLAB Answers

12 Domande
0 Risposte

RANK
216.836
of 300.364

REPUTAZIONE
0

CONTRIBUTI
12 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
75.0%

VOTI RICEVUTI
0

RANK
 of 20.934

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.407

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 3

Visualizza badge

Feeds

Visto da

Domanda


get a subcell from a bigger cell
I have a cell of 10x9 named 'a', each index contains a string. How can i create a sub cell if i have two vectors (f,c) with the ...

oltre 7 anni fa | 1 risposta | 0

1

risposta

Domanda


how can i vectorize this loop?
K=100; a=zeros(K,1); for u = 0:K-1 for b = 0:K-1 a(u+1) = a(u+1) + s(b+1)*exp((-2j*pi*u*b/K)); end end

quasi 8 anni fa | 3 risposte | 0

3

risposte

Domanda


How can i set GUIDE gui in a specific location having 2 screens?
I have a main gui called 'avmain', by a push button it opens another gui called 'avtest5', 'avtest5' has a pushbutton that call...

quasi 8 anni fa | 1 risposta | 0

1

risposta

Domanda


How to create a cell array from rows of an existing cell array?
I have a cell array named "list" of 900 rows and 9 columns, each element of the cell array contains a string. i want to extract ...

quasi 8 anni fa | 1 risposta | 0

1

risposta

Domanda


Why a video is not straight?
Hi, I am displaying a video in a matlab GUIDE and i have this result <</matlabcentral/answers/uploaded_files/99145/Bildschirm...

quasi 8 anni fa | 2 risposte | 0

2

risposte

Domanda


How to shift rows in a matrix by consecutive values (e.g row one 0, second row one space, third row two spaces )
I am having trouble with a video and i need to get straight every frame of it. The frames are shifted. Herein the matrix, it con...

quasi 8 anni fa | 2 risposte | 0

2

risposte

Domanda


how to Vectorize this for loop?
I am trying to create a full convolution without the conv2 function. For that, i would like to vectorize this nested loop. ...

quasi 8 anni fa | 1 risposta | 0

1

risposta

Domanda


can this loop be vectorized ?
I am trying to make a function for an histogram to explain the concept to students, is possible to vectorize this loop? ...

quasi 8 anni fa | 1 risposta | 0

1

risposta

Domanda


How can I integrate a function?
For example if I have a vector with values that describe the cos(x) function, and as a result of integration i get the values of...

oltre 8 anni fa | 1 risposta | 0

1

risposta

Domanda


how to create a matrix from specific Cell array elements?
I have a cell array (dimensions 21x8) and i need to get the values (1,1 - 1,2 - 2,1 - 2,2) and create a matrix, each element on ...

circa 9 anni fa | 1 risposta | 0

1

risposta

Domanda


How to send a Matrix from a gui to another gui?
Hello, I have the following problem, in one gui called A I use a push button to save a matrix % --- Executes on bu...

oltre 9 anni fa | 1 risposta | 0

1

risposta