matlab-engine
problem with nvmex in matlab
i have installed matlab on my system and also have installed the CUDA SDK for windows. however i am not able to compile any .cu files. I have included the nvmex script file in the bin directory of the[详细]
2023-04-03 05:02 分类:问答Calling MATLAB Engine from Cocoa Application
I\'m writing a Cocoa application and I\'m trying to link it with the MATLAB Engine to call MATLAB functions. So far I\'ve added the .app/extern/include/ directory (the one that contains the engine.h h[详细]
2023-03-27 23:12 分类:问答MX Create double matrix error when integrating matlab with VC++
When i create a project to pass a path of an image to my matlab project and i created the initialization:[详细]
2023-03-15 15:30 分类:问答MATLAB Engine Windows 7 problem
I am trying to figure how to use the Matlab engine so I can use C++ GUI with matlab function however I am having some trouble trying to figure out how to use the MATLAB engine classes. The first thing[详细]
2023-03-15 12:17 分类:问答Can I debug Matlab Code started via Matlab engine?
I try to run and debug a script file from the matlab engine. Using breakpoints in my C++ program, I could open a Matlab editor and set a breakpoint in my script. When I continue the C++ program, the b[详细]
2023-01-09 14:53 分类:问答Getting MATLAB variable (string) from C
I\'m 开发者_运维技巧writing a small C application that launchs a Matlab script (.m file). I need to exchange some variables and I don\'t know how to get an array of chars that exists in Matlab.[详细]
2022-12-27 23:52 分类:问答Calling MATLAB from C
I\'m writing a Java application that needs to be able to run MATLAB commands. To do so, I\'m using a C program that the Java application can call upon to interface with MATLAB. However, even after res[详细]
2022-12-16 13:53 分类:问答Connect to Matlab engine from C in Linux
I\'m trying to call the Matlab engine programatically from a C program on Linux (Matlab r2009a, Ubuntu 9.10).[详细]
2022-12-15 02:57 分类:问答Is there a way to change the title of the MATLAB Command Window?
I\'m using the C++ API to fire up MATLAB (via engOpenSingleUse).Everything\'s working fine.But I\'d like to change the title of the window from \"MATLAB Command Window\" to something else.[详细]
2022-12-14 19:32 分类:问答