photo

Hylke Dijkstra


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

Followers: 0   Following: 0

统计学

MATLAB Answers

9 个提问
2 个回答

排名
36,215
of 300,857

声誉
1

贡献数
9 个提问
2 个回答

回答接受率
100.0%

收到投票数
1

排名
 of 21,097

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,361

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3
  • Thankful Level 2

查看徽章

Feeds

排序方式:

提问


Why does my subtraction yield different results?
I have been working on an analysis and after simplifying my code for speed the results came out differently even though I think ...

2 years 前 | 2 个回答 | 0

2

个回答

提问


How to change the colorbar limits in Matlab?
Dear all, I want to apply log scaling to my colormap because the data I have is heavily skewed. My code is the following: A = ...

3 years 前 | 2 个回答 | 0

2

个回答

提问


Question about matrix manipulation
Dear all, So I have the following problem: A = magic(9); %% this is a 9x9 matrix, which can be divided into 9 3x3 matrice...

3 years 前 | 1 个回答 | 1

1

个回答

提问


How to keep logarithmic scaling constant between multiple graphs?
Dear all, For a research project I want to display a relatively large matrix (1435x1435) that has coefficients between 0 and 1....

3 years 前 | 1 个回答 | 0

1

个回答

已回答
Preallocating for speed with increments
YUS = Y(:,ROW); B = zeros(1,35); C = B; for h = 1:35 for l = h:35:1435 A = YUS(l,:); B = [B; A]; end B = one...

4 years 前 | 0

提问


Preallocating for speed with increments
I am trying to improve the efficiency of my code (the code I am running now takes several minutes to execute) and parts of my co...

4 years 前 | 2 个回答 | 0

2

个回答

提问


Elementwise division in matrix notation
Dear all, I am trying to write the following code in matrix notation: A = B. / C; A, B and C are column vectors with 1435 row...

4 years 前 | 2 个回答 | 0

2

个回答

已回答
How to replace specific values with 0's
Thanks!

4 years 前 | 0

提问


How to replace specific values with 0's
Dear all, I have a 1435x205 matrix and I want to obtain the sum of a specific set of cells. In this case it is from the 146th t...

4 years 前 | 2 个回答 | 0

2

个回答

提问


How to replace all but one value with zero
I have generated the following vector f: f=[49; 18; 48] And I want to be able to replace each element, except let's say f21, w...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Generating a matrix with specific sums
Dear all, I am trying to generate a matrix based on specific sums. Let's say I generate the following matrix X = randi([0 400]...

4 years 前 | 2 个回答 | 0

2

个回答