photo

Shane McNamara


自 2017 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

5 个提问
0 个回答

排名
210,010
of 300,137

声誉
0

贡献数
5 个提问
0 个回答

回答接受率
60.0%

收到投票数
0

排名
 of 20,878

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 167,493

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


How do i apply an open boundary so that any particle that leaves my matrix will just disappear.
How do i apply an open boundary so that any particle that leaves my matrix will just disappear. Random diffusion occurs in my co...

7 years 前 | 0 个回答 | 0

0

个回答

提问


Subscripted assignment dimension mismatch
Can anyone highlight why i am getting this error in the below code please? domainSize = [50 50]; domain = zeros(domainSi...

8 years 前 | 1 个回答 | 0

1

个回答

提问


I have a zero matrix with a square of zeros near the middle. I want them to move randomly throughout the matrix.
I have a zero matrix with a square of 1's in the middle. I want one of the 1's to be picked randomly then moved in a random dire...

8 years 前 | 1 个回答 | 0

1

个回答

提问


Selecting a random element from a matrix with a range.
I am trying to select a random element from this matrix with a certain range. d = rand(10) d(end,randperm(size(d,2), 1)) ...

8 years 前 | 1 个回答 | 0

1

个回答

提问


I am getting a parse error on the = sign in the third line but i cant seem to figure out why. Any suggestions and or solutions? Thanks
N = 1000; r = .5; x.*(i+1) = r.*x.(i).*(1-x) x = zeros(1,N); x(1) = rand(1); for i=1:N-1 x(i+1) = r.*x(...

8 years 前 | 1 个回答 | 0

1

个回答