photo

steve Brian


Last seen: 5年弱 前 2020 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

10 質問
0 回答

ランク
112,465
of 300,771

評判
0

コントリビューション
10 質問
0 回答

回答採用率
70.0%

獲得投票数
0

ランク
 of 21,084

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 170,969

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


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

5年以上 前 | 1 件の回答 | 0

1

回答

質問


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

5年以上 前 | 1 件の回答 | 0

1

回答

質問


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

5年以上 前 | 1 件の回答 | 0

1

回答

質問


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

5年以上 前 | 1 件の回答 | 0

1

回答

質問


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

5年以上 前 | 1 件の回答 | 0

1

回答

質問


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

5年以上 前 | 1 件の回答 | 0

1

回答

質問


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

5年以上 前 | 1 件の回答 | 0

1

回答

質問


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

5年以上 前 | 0 件の回答 | 0

0

回答

質問


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

5年以上 前 | 3 件の回答 | 0

3

回答

質問


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

5年以上 前 | 2 件の回答 | 0

2

回答