photo

Meng-Yuan Huang


NCU

Actif depuis 2013

Followers: 0   Following: 0

Message

Statistiques

  • Thankful Level 2
  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Réponse apportée
Why doesn't MATLAB support 'cpuArray' for some array creation functions?
I find a workaround: useGpu = 1; if(useGpu) arg1 = 'single'; arg2 = 'gpuArray'; else arg1 = 1; ...

presque 7 ans il y a | 0

Question


Why doesn't MATLAB support 'cpuArray' for some array creation functions?
For example, we can create a GPU array by code: rand(3, 'single', 'gpuArray') Unfortunately, this code will fail if it i...

presque 7 ans il y a | 2 réponses | 0

2

réponses

Question


Why doesn't MCR add path with libmat.dll to PATH environment variable?
The MATLAB Compiler Runtime installer can be download here: http://www.mathworks.com/products/compiler/mcr/ The installer wi...

plus de 11 ans il y a | 2 réponses | 1

2

réponses

Question


Why doesn't MCR provide libmat.lib?
Why doesn't MATLAB Compiler Runtime (MCR) provide libmat.lib, libmx.lib, ...? I think it is a good idea that MathWorks releases...

plus de 11 ans il y a | 1 réponse | 0

0

réponse