Community Profile

photo

Meng-Yuan Huang


NCU

Active since 2013

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Answered
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; ...

6 years ago | 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...

6 years ago | 2 answers | 0

2

answers

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...

10 years ago | 2 answers | 1

2

answers

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...

10 years ago | 0 answers | 0

0

answers