Feeds
질문
complie m file to mex
function varargout = foo( varargin ) if ishandle( varargin{1} ) ClickHandle = varargin{1} ; OldHandle = fin...
대략 13년 전 | 답변 수: 0 | 0
0
답변질문
how to set ActiveX invisible
Hello all, how to set the ActiveX invisible on figure. the code : LEDHandle = actxcontrol( 'MWNUMLED.NumLEDCtrl.1', LED...
대략 13년 전 | 답변 수: 2 | 0
2
답변질문
require a 'clr' option when complie the code
Hello, Today,I complie the .cpp file to a mexFunction,but it need 'clr' option.How to do ?
대략 13년 전 | 답변 수: 1 | 0
1
답변질문
problem of using serial port
Hello everyone, I get a trouble with the Instrument control Toolbox.The USB Driver has alreadly installed. my code: s...
13년 초과 전 | 답변 수: 0 | 0
0
답변질문
how to use mcc function
I have 100 m-functions,maybe more,if I use ''mcc -e'',The exe Created is so big,I want to complie a exe for starting my project...
13년 초과 전 | 답변 수: 0 | 0
0
답변답변 있음
fail to link the callback function after compiler
Hi Titus Once I used the command 'mcc -B sglcpp M' to complier a exe and 'mcc -x M' to a dll in matlab6.5.Now in new version,co...
fail to link the callback function after compiler
Hi Titus Once I used the command 'mcc -B sglcpp M' to complier a exe and 'mcc -x M' to a dll in matlab6.5.Now in new version,co...
거의 14년 전 | 0
| 수락됨
답변 있음
fail to link the callback function after compiler
Hi,Titus, thanks for your help. First when I complier my progect,they're in many files with setting the Path & save it in the ...
fail to link the callback function after compiler
Hi,Titus, thanks for your help. First when I complier my progect,they're in many files with setting the Path & save it in the ...
거의 14년 전 | 0
질문
%#function for feval
function varargout = FMath(varargin) if nargin == 0 OldHandle = findobj('Style','figure','Tag','FMath'); if ishandle...
거의 14년 전 | 답변 수: 1 | 0
1
답변답변 있음
fail to link the callback function after compiler
function varargout = FMath(varargin) if nargin == 0 OldHandle = findobj('Style','figure','Tag','FMath'); if ishandle...
fail to link the callback function after compiler
function varargout = FMath(varargin) if nargin == 0 OldHandle = findobj('Style','figure','Tag','FMath'); if ishandle...
거의 14년 전 | 0
질문
fail to link the callback function after compiler
Hello ,I am so sorry I got a problem.My system is win7-64&Matlab2012a. Serval weeks can't solve it.After compiler success,none ...
거의 14년 전 | 답변 수: 6 | 0