photo

Stephanie Diaz


自 2016 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

10 个提问
0 个回答

排名
38,669
of 300,771

声誉
1

贡献数
10 个提问
0 个回答

回答接受率
20.0%

收到投票数
1

排名
 of 21,084

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 170,969

贡献数
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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0

1

个回答