Réponse apportée
Open all cores in Parpool
I am guessing you have 16 physical cores and 32 virtual cores. "parpool" opens up same number of workers as your physical cores....

plus de 9 ans il y a | 1

Réponse apportée
Does Image Acquisition Toolbox support Intel Perceptual Computing SDK(Senz3D)?
Currently, Intel Perceptual Computing SDK is not supported by Image Acquisition Toolbox. However, the below File Exchange su...

plus de 9 ans il y a | 0

| A accepté

Réponse apportée
Why doesn't the quiver object property MaxHeadSize work?
Which MATLAB release are you using? This might be helpful: http://www.mathworks.com/matlabcentral/answers/96754-why-can-t-i-c...

plus de 9 ans il y a | 0

Réponse apportée
Simulink Support Package for Samsung GALAXY S5
Samsung GALAXY S5 is not supported by the Simulink Support Package. Currently, Samsung GALAXY S4 and Samsung GALAXY Tab 2 10.1 t...

plus de 9 ans il y a | 0

Réponse apportée
How to control the parallel port LPT1 in 64bit MATLAB platfrom
As the error message suggests, "digitalio" is a Legacy interface function and Legacy interface is not supported on 64-bit MATLAB...

plus de 9 ans il y a | 0

Réponse apportée
Application deployment R2012a vs. R2014b
Check if "C:\Program Files\MATLAB\MATLAB Compiler Runtime\v84\runtime\win64" is added in Windows PATH environment variable. If ...

plus de 9 ans il y a | 0

Réponse apportée
Problem with "uigetfile" command in a compiled executable
I'm assuming that you are using "filename" output of "uigetfile" to load a MAT file as follows: filename = uigetfile loa...

plus de 9 ans il y a | 0

Réponse apportée
How to install 'Application Compiler' app to Matlab R2014b
From what I understand you have installed MATLAB Compiler Runtime and you are trying to compile an application in MATLAB. Note t...

plus de 9 ans il y a | 0

Réponse apportée
parallel computing parfor implementation
I see in your code that each iteration is dependent on the values in the previous iteration. var = a(i-1, j) + a(i+1,j); T...

plus de 9 ans il y a | 0

Réponse apportée
Problem in Installing a C++ Compiler using MEX
Microsoft Visual C++ 2013 Professional is one of the supported compilers for R2015a. Make sure you have successfully installed i...

plus de 9 ans il y a | 0

Réponse apportée
Reduce the size of MCR installation
There is no way to reduce the size of MCR installation. The MATLAB runtime architecture requires all the files included.

plus de 9 ans il y a | 0

Réponse apportée
Error: Object returned error code: 0x800AC472 -- unique to my computer
Matt, The 0x800ac472 error code is returned by Microsoft Excel when it is unable to process ActiveX requests. Usually the cau...

plus de 10 ans il y a | 0

Réponse apportée
How to plot cirlces around this spots..?
Nimisha, By executing your code, I could see that the resulting "circles" is a 0-by-1 empty matrix. It looks like the issu...

plus de 10 ans il y a | 0

Réponse apportée
SVM train and Classify
Rajith, For training, use "svmtrain" function. <http://www.mathworks.com/help/releases/R2014a/stats/svmtrain.html#namevaluepa...

plus de 10 ans il y a | 0

| A accepté

Réponse apportée
Matlab 'get' function and detecting user mouse click
Brandon, This can be achieved using 'WindowButtonDownFcn' property of the figure object. Here is a demo code for the same: ...

plus de 10 ans il y a | 0

Réponse apportée
How do I read a file name into a function?
In order to read all the files with file names matching a specific pattern, you can use "fullfile" function. The below sample co...

plus de 10 ans il y a | 2

| A accepté