steve Brian
Followers: 0 Following: 0
Statistica
10 Domande
0 Risposte
RANK
201.765
of 295.569
REPUTAZIONE
0
CONTRIBUTI
10 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
70.0%
VOTI RICEVUTI
0
RANK
of 154.105
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
Feeds
Domanda
Rewrite function for loop in while
Hi all! How can I rewrite this for loop in a while? for i = 2:sum(1: (rows - 1)) if (i > sum(1: (x))) x ++; ...
oltre 4 anni fa | 1 risposta | 0
1
rispostaDomanda
Center of mass or clusters
Hi there! If I have an NxM matrix and a number of clusters, how do I return a centroids point vector representing the averages...
oltre 4 anni fa | 1 risposta | 0
1
rispostaDomanda
Display a new matrix
Hi there, if I have a matrix A of MxM and another matrix B column of Mx1. And a variable p. When I say p = 1, I want to display...
oltre 4 anni fa | 1 risposta | 0
1
rispostaDomanda
Generate probabilites rows in a game
Hi all. Let's say I have a pyramid, with different exits. In that pyramid there is a mouse that must reach the cheese. Different...
oltre 4 anni fa | 1 risposta | 0
1
rispostaDomanda
Add element to a given vector
I have a vector of the format: x = [X1 X2 … Xn] I want to add an element to the end, X(n+1). How do I do that? x = [ X1 X2 ...
oltre 4 anni fa | 1 risposta | 0
1
rispostaDomanda
Add n+1 element to a vector
I have a vector of the format: x = [X1 X2 … Xn] I want to add an element to the end, X(n+1). How do I do that? ex: x = [ 1 ...
oltre 4 anni fa | 1 risposta | 0
1
rispostaDomanda
Count vector position in a matrix
Hi all. I need an algorithm, which takes my first element (! = 0) from an array and checks that element in a vector that already...
oltre 4 anni fa | 1 risposta | 0
1
rispostaDomanda
Jacobi method in matlab
Hi there, I'm at the beginning and I don't know how to work with matrices. I have a function that receives as a parameter, a ma...
oltre 4 anni fa | 0 risposte | 0
0
risposteDomanda
Function like "find" but for lines
Hi everyone, I need a function that starts counting every element in an array (each line), and when it finds 0, it can skip it. ...
oltre 4 anni fa | 3 risposte | 0
3
risposteDomanda
Matrix split in vector
Hello everyone! I need a little help, I'm at the beginning and I would like to create a function that receives a matrix with pos...
oltre 4 anni fa | 2 risposte | 0