統計
MATLAB Answers
3 質問
0 回答
ランク
of 173,292
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
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
