Feeds
質問
How can i include a text document in an XML file?
I print out the output of ver command to a text file 'ver.txt'. I want to include a link to this file in an xml file that i am c...
10年以上 前 | 1 件の回答 | 0
1
回答回答済み
Cannot execute an mcc created standalone executable on another machine
MCR is not platform independent. An application compiled on MATLAB in a LINUX machine can be run only on a LINUX compatible MCR....
Cannot execute an mcc created standalone executable on another machine
MCR is not platform independent. An application compiled on MATLAB in a LINUX machine can be run only on a LINUX compatible MCR....
10年以上 前 | 0
| 採用済み
回答済み
How can i involve four cpu on running a program in matlab 2014?
Executing parpool command starts a pool using the current cluster profile, with the pool size specified by your parallel prefere...
How can i involve four cpu on running a program in matlab 2014?
Executing parpool command starts a pool using the current cluster profile, with the pool size specified by your parallel prefere...
10年以上 前 | 0
回答済み
How can I use the same webcam for displaying video on a gui and a function that is run with the gui. I get a error saying winvideo: The device associated with device ID 1 is already in use. A new videoinput object cannot be created ....while in use
As you have indicated in your code: videoinput('winvideo', 1, 'YUY2_640x480'); A new video input object is being created o...
How can I use the same webcam for displaying video on a gui and a function that is run with the gui. I get a error saying winvideo: The device associated with device ID 1 is already in use. A new videoinput object cannot be created ....while in use
As you have indicated in your code: videoinput('winvideo', 1, 'YUY2_640x480'); A new video input object is being created o...
10年以上 前 | 0
回答済み
problem related with setting default compiler using matlab r2011a
Execute the command by specifying a space between mbuild and setup Execute the following command: >> mbuild -setup Even...
problem related with setting default compiler using matlab r2011a
Execute the command by specifying a space between mbuild and setup Execute the following command: >> mbuild -setup Even...
10年以上 前 | 0
回答済み
gfor function with matlab 2013b
You can use ARRAYFUNC to speedup a loop execution on GPU. Referring to the following link might be of some use to you: http:/...
gfor function with matlab 2013b
You can use ARRAYFUNC to speedup a loop execution on GPU. Referring to the following link might be of some use to you: http:/...
10年以上 前 | 0
回答済み
use symbolic toolbox in mcc?
You cannot compile a symbolic toolbox function. The following link indicates which MATLAB toolboxes can be used with MATLAB ...
use symbolic toolbox in mcc?
You cannot compile a symbolic toolbox function. The following link indicates which MATLAB toolboxes can be used with MATLAB ...
10年以上 前 | 2
回答済み
Relocating a MATLAB Compiler project to a different machine and recompiling
A .prj file contains information about your app, such as included files and a description. The .prj file enables you to update t...
Relocating a MATLAB Compiler project to a different machine and recompiling
A .prj file contains information about your app, such as included files and a description. The .prj file enables you to update t...
10年以上 前 | 2
| 採用済み
回答済み
loadlibrary error with 64bit dll and header
Your code indicates that you have used #typedef preprocessor directive #typedef INT32 bool; /* C does not know bool, only C+...
loadlibrary error with 64bit dll and header
Your code indicates that you have used #typedef preprocessor directive #typedef INT32 bool; /* C does not know bool, only C+...
10年以上 前 | 0
回答済み
How to compile a DLL and header file?
All the files(header or dll or any other files) that are needed by a ".m" file to run can be compiled along with the ".m" file b...
How to compile a DLL and header file?
All the files(header or dll or any other files) that are needed by a ".m" file to run can be compiled along with the ".m" file b...
10年以上 前 | 0
回答済み
National Instruments Data Acquisition Trigger Events & Listeners
MATLAB documentation lists the following example to acquire data in the background by creating a session and adding a listener t...
National Instruments Data Acquisition Trigger Events & Listeners
MATLAB documentation lists the following example to acquire data in the background by creating a session and adding a listener t...
10年以上 前 | 0
| 採用済み
回答済み
loadlibrary error with 64bit dll and header
Are you able to execute these two commands successfully? >>addpath([matlabroot '\extern\examples\shrlib']) >>loadlibrary s...
loadlibrary error with 64bit dll and header
Are you able to execute these two commands successfully? >>addpath([matlabroot '\extern\examples\shrlib']) >>loadlibrary s...
10年以上 前 | 0
回答済み
Calling m functions from a deployed matlab application?
If you require the ability to create MATLAB code for dynamic run time processing, your end users must have an installed copy of ...
Calling m functions from a deployed matlab application?
If you require the ability to create MATLAB code for dynamic run time processing, your end users must have an installed copy of ...
10年以上 前 | 1
| 採用済み