photo

Shawn Blancett


2017 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

7 質問
0 回答

ランク
254,184
of 297,672

評判
0

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

回答採用率
71.43%

獲得投票数
0

ランク
 of 20,464

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 159,351

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


How to make a permanent change to a matrix using sortrows?
The code im writing, im using sort rows and its working great, it takes my array of random numbers and then puts it in order com...

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

1

回答

質問


Can anyone tell me what is wrong with my script?
N = input('boardsize '); NQ = 0; X = zeros(N); X(sub2ind([N,N], 1:N, randperm(N, N))) = 1; while(NQ<N) for i = ...

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

0

回答

質問


Can I assign values to an array in a diagonal direction from a reference point on that array?
If I have an array of size NxN,called X, and I count through it using an (i,j) for loop like this for i = 1:N for j = 1...

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

5

回答

質問


Can I count the number of integers in an index and store it in a variable?
index = find([X] == 1) If I have an array X and I use index to find the where the value 1 is in the array and it gives m...

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

1

回答

質問


Print numbers on an array that have a unique row and column
The code I wrote can print 1's on a unique column but can be on the same row. How could I get it to have a unique row? ...

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

3

回答

質問


How do you change an entire row or column of an array to a certain value
If I have an array of all zeros X = zeros(N) How do I change a column to a value I want.

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

1

回答

質問


How can I change rows and and diagonals in an array of size NxN
Below is the code im starting for a "queens project" where you place queens on a board so they cant attack eachother, My profess...

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

0

回答