photo

Stephanie Diaz


2016년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

10 질문
0 답변

순위
38,669
of 300,781

평판
1

참여
10 질문
0 답변

답변 채택
20.0%

획득한 표
1

순위
 of 21,088

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 171,031

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


Find the indices of elements within a submatrix of a larger matrix
Say I have a matrix "B" of ones and zeros and I find a smaller submatrix (with a "range" or radius of 60 cells) within "B" using...

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

0

답변

질문


How to resample a matrix
I have a point (or a cell) on a larger matrix, C, and I have created a "search radius" around this point of 40 cells in all dire...

대략 8년 전 | 답변 수: 0 | 0

0

답변

질문


How can i retrieve only the indices of elements within a matrix subset?
Hi, I have a large matrix, C, and a matrix subset, Csub. I want to find the indices of the elements of Csub in C. So essentia...

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

0

답변

질문


How can I retain original subscript indices for a matrix subset?
Hi, I have a matrix subset (from the original matrix, C) that I have created with the following code: C_sub = C(((mi...

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

0

답변

질문


How can I split a vector?
Hi, I have a vector that looks something like: v=[1,2,3,4,1,2,3,4,1,2,3] I need to separate this vector into chunks o...

8년 초과 전 | 답변 수: 2 | 1

2

답변

질문


How can I change (or not change) the value of a variable each iteration?
Hi, I am attempting to either change the value of a variable each iteration, or keep the value the same, depending on the cir...

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

0

답변

질문


How to change the value of a variable every iteration?
Hi all, I want to change the value of 'trip_duration' every iteration. I have the following code: maxtime=120 thresho...

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

0

답변

질문


How can I apply a random number generator in a nested loop?
Hi all, I'm new to matlab, but here is my dilemma: I want to select the cells with the highest values in a matrix (A) within ...

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

1

답변

질문


Selecting the maximum value of a cell within a specific range, x number of times?
Hi, I'm new to matlab but will be using this to build an agent based model. I have a matrix (M), and a starting position (xpo...

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

0

답변

질문


trying to identify the cells within a radius of a certain point (x,y)
Hi, I am new to matlab and am trying to identify the cells within a radius of a certain point (x,y) in matrix M. I know of the r...

9년 초과 전 | 답변 수: 1 | 0

1

답변