
Hylke Dijkstra
Statistics
MATLAB Answers
5 質問
2 回答
ランク
249,305
of 260,498
評価
0
貢献
5 質問
2 回答
回答採用率
100.0%
獲得投票数
0
ランク
of 111,949
貢献
0 問題
0 解答
スコア
0
バッジ数
0
貢献
0 投稿
貢献
0 パブリック チャネル
平均評価
貢献
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
回答済み
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...
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...
3ヶ月 前 | 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...
3ヶ月 前 | 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...
5ヶ月 前 | 2 件の回答 | 0
2
回答質問
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...
6ヶ月 前 | 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...
6ヶ月 前 | 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]...
6ヶ月 前 | 2 件の回答 | 0