Statistics
RANK
161,849
of 295,467
REPUTATION
0
CONTRIBUTIONS
7 Questions
3 Answers
ANSWER ACCEPTANCE
14.29%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
complie m file to mex
function varargout = foo( varargin ) if ishandle( varargin{1} ) ClickHandle = varargin{1} ; OldHandle = fin...
12 years ago | 0 answers | 0
0
answersQuestion
how to set ActiveX invisible
Hello all, how to set the ActiveX invisible on figure. the code : LEDHandle = actxcontrol( 'MWNUMLED.NumLEDCtrl.1', LED...
12 years ago | 2 answers | 0
2
answersQuestion
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 ?
12 years ago | 1 answer | 0
1
answerQuestion
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...
12 years ago | 0 answers | 0
0
answersQuestion
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...
12 years ago | 0 answers | 0
0
answersfail 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...
12 years ago | 0
| accepted
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 ...
12 years ago | 0
Question
%#function for feval
function varargout = FMath(varargin) if nargin == 0 OldHandle = findobj('Style','figure','Tag','FMath'); if ishandle...
12 years ago | 1 answer | 0
1
answerfail to link the callback function after compiler
function varargout = FMath(varargin) if nargin == 0 OldHandle = findobj('Style','figure','Tag','FMath'); if ishandle...
12 years ago | 0
Question
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 ...
12 years ago | 6 answers | 0