photo

Thomas John Rees


Last seen: 4 years 前 自 2022 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

5 个提问
0 个回答

排名
165,899
of 301,577

声誉
0

贡献数
5 个提问
0 个回答

回答接受率
0.0%

收到投票数
0

排名
 of 21,338

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 175,550

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Answer

查看徽章

Feeds

排序方式:

提问


What's going on when setting these parameters?
So my question is quite simple. I'm plotting, for example: x=[0:0.1:4] plot(x, sqrt(x), 'b.-') title('Square root') grid ...

4 years 前 | 2 个回答 | 0

2

个回答

提问


Naming this as a function (beginner)
Existing code: n=3 reshape(randperm(n^2),n,n) _____________________ This one line of code does exactly what I want. Depe...

4 years 前 | 0 个回答 | 0

0

个回答

提问


Beginner coding; my second, simpler approach at trying to make all elements distinct.
So this is what I've come up with on my own to print a 3x3 random matrix of integers only; no element value exceeding n^2 (9 in ...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Want my random matrix to only display distinct elements
Current'y running this code to output a random 5x5 matrix with elements between 1 & n^2, n being 5 in this case (array size). I ...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Identifying & replacing the even elements w/i a matrix.
Hello, so I've set up a random matrix as such. a = 0; b = 50; r = (b-a).*rand(5,5) + a r(r>10) = [0] This is the code I'm u...

4 years 前 | 0 个回答 | 0

0

个回答