photo

Utku G


Last seen: 約5年 前 2021 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

4 質問
0 回答

ランク
192,649
of 301,352

評判
0

コントリビューション
4 質問
0 回答

回答採用率
75.0%

獲得投票数
0

ランク
 of 21,240

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 174,116

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 2
  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


How to plot the following function using surf function?
How to plot the following function using surf function?

約5年 前 | 0 件の回答 | 0

0

回答

質問


How to vectorize the following code snippet?
x = -1.0:0.2:1.0; y = -2:0.25:3; length_x = length(x); length_y = length(y); for nx=1:length_x for ny=1:length_y ...

約5年 前 | 1 件の回答 | 0

1

回答

質問


What changes should be made to speed up the given script?
for n = 1:10000 x(n) = rand(); end

約5年 前 | 1 件の回答 | 0

1

回答

質問


How to vectorize the following code snippet ?
M = randi([-10 10],10,10); [m, n] = size(M); out = zeros(m, n); for x = 1:m for y = 1:n if M(x, y) > 0 ...

約5年 前 | 1 件の回答 | 0

1

回答