photo

Sameer Chikane


2017 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

3 質問
0 回答

ランク
247,004
of 301,186

評判
0

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

回答採用率
33.33%

獲得投票数
0

ランク
 of 21,188

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 173,292

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


GPU time slower than CPU time, what went wrong with my GPU implementation?
clc;clearvars -except time_vec; close all; h=gpuArray(0.001); t=0:h:2*pi; alpha=gpuArray(0.5); in=...

8年以上 前 | 1 件の回答 | 0

1

回答

質問


How to vectorize the following code for derivative by removing for loop?
clc;clear all; close all; h=0.001; t=0:h:4*pi; alpha=0.5; in=sin(t); alphaINT = (real(alpha)>0) .* ceil(real(alph...

8年以上 前 | 0 件の回答 | 0

0

回答

質問


How to vectorize integral?
h=0.1; t1=0:h:2*pi; alpha=0.3; f=@(x) sin(x); for i=2:length(t1) t=t1(i); k=1/ga...

8年以上 前 | 2 件の回答 | 0

2

回答