steve Brian
Followers: 0 Following: 0
Statistics
10 Questions
0 Answers
RANK
201.765
of 295.448
REPUTATION
0
CONTRIBUTIONS
10 Questions
0 Answers
ANSWER ACCEPTANCE
70.0%
VOTES RECEIVED
0
RANK
of 20.227
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153.872
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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 ++; ...
meer dan 4 jaar ago | 1 answer | 0
1
answerQuestion
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...
meer dan 4 jaar ago | 1 answer | 0
1
answerQuestion
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...
meer dan 4 jaar ago | 1 answer | 0
1
answerQuestion
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...
meer dan 4 jaar ago | 1 answer | 0
1
answerQuestion
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 ...
meer dan 4 jaar ago | 1 answer | 0
1
answerQuestion
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 ...
meer dan 4 jaar ago | 1 answer | 0
1
answerQuestion
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...
meer dan 4 jaar ago | 1 answer | 0
1
answerQuestion
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...
meer dan 4 jaar ago | 0 answers | 0
0
answersQuestion
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. ...
meer dan 4 jaar ago | 3 answers | 0
3
answersQuestion
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...
meer dan 4 jaar ago | 2 answers | 0