photo

sznailc


Last seen: 2 years 前 自 2021 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

5 个提问
0 个回答

排名
206,398
of 300,176

声誉
0

贡献数
5 个提问
0 个回答

回答接受率
100.0%

收到投票数
0

排名
 of 20,884

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 167,643

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


I have a mistake in loops
Hello, I have somewhere a mistake that if N = 1000 the output misses some lines (don't know which), so I suppose there's a mista...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Pythagorean triples - wrong output in loop
Hello, I have this piece of code, it computes pythagorean triples, then adds them in a matrix, but in output for some reason it ...

4 years 前 | 1 个回答 | 0

1

个回答

提问


How to avoid using a loop here?
Hello. I want to do the same thing without a loop. A = zeros(N); for m = 1:N for n = 1:N A(m, n) = 2*N + 1 - (m ...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Remake this without a loop
How to rewrite this without using a loop? Basically I want to replace elements in matrix A with 0, that are equal to any of ele...

4 years 前 | 2 个回答 | 0

2

个回答

提问


How to create this matrix not using loops and if/else statements?
Hello. I have a problem with creating matrix like this without using loops and if/else statements. It must have 5 columns and N ...

4 years 前 | 1 个回答 | 0

1

个回答