photo

Shawn Blancett


2017년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

7 질문
0 답변

순위
149,754
of 300,853

평판
0

참여
7 질문
0 답변

답변 채택
71.43%

획득한 표
0

순위
 of 21,094

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 171,319

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

대략 8년 전 | 답변 수: 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 = ...

8년 초과 전 | 답변 수: 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...

8년 초과 전 | 답변 수: 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...

8년 초과 전 | 답변 수: 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? ...

8년 초과 전 | 답변 수: 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.

8년 초과 전 | 답변 수: 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...

8년 초과 전 | 답변 수: 0 | 0

0

답변