Feeds
提问
overload subsref locally in a function
Is it possible to overload subsref *locally in a function*? I want to do it locally because the definition will involve calls t...
10 years 前 | 0 个回答 | 0
0
个回答提问
how to select the least used gpuDevice?
I run multiple matlab processes on several gpus on one machine. Is there a way to select the least used gpuDevice based on the c...
10 years 前 | 0 个回答 | 0
0
个回答提问
gpu computation is slow sometimes
Matlab version: 2015a. Let's say I have a function f(x). I know that it takes 0.001s to run on a GPU in a stand-alone way. ...
10 years 前 | 1 个回答 | 1
1
个回答提问
How to reshape a gpuArray in a mex file?
I have a variable x, a gpuArray. I call a mex function func(x). In the mex function, I want to reshape this variable. The on...
10 years 前 | 2 个回答 | 0
2
个回答提问
Display the sizes of 4D arrays?
Could matlab display the sizes of arrays with dimensions>=4? I have many 4D arrays and would like to see their sizes during d...
11 years 前 | 1 个回答 | 0
