Ran Chen
MathWorks
Followers: 0 Following: 0
Statistics
0 Questions
11 Answers
RANK
3,099
of 295,569
REPUTATION
18
CONTRIBUTIONS
0 Questions
11 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
1
RANK
of 20,247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,105
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
Update and Matlab Compenent Runtime
MCR installer gets an update when the regular MATLAB get an update. You may check the list of installers below: https://www.ma...
6 years ago | 0
| accepted
Mex thread is being blocked by running function.
In MATLAB R2018b, while C++ MEX supports calling MATLAB from a user thread, there is only one MATLAB thread that can process req...
6 years ago | 0
| accepted
Is it possible to create Excel add-ins from Mac?
Currently, MATLAB compiler only supports Windows system to create and use Excel add-in.
6 years ago | 0
| accepted
Data compression in Parallel Computing approach
Hi, Currently, it is a limit for parallel computing. You need to balance the overhead. If the communication time is far more th...
6 years ago | 0
When I use mex setup there is the Problem
Hello, I suggest checking the output of : >>mex -setup -v You may find something useful from it. In addition, it might be t...
6 years ago | 0
How to let server or deployed app know where to find DB driver?
https://www.mathworks.com/matlabcentral/answers/92301-how-can-i-access-a-sql-server-database-with-a-jdbc-driver-if-i-have-window...
6 years ago | 0
How to import the data from MS Acess database?
To connect to 32-bit Microsoft Access Database from 64-bit MATLAB, please take the following steps in the attached link: http...
6 years ago | 0
How can I prevent my executable from extracting its code with .CTF??
Hello, It might because of a corrupted 'MCR_CACHE_ROOT' that causing it fails to extract. You may set the environment variab...
6 years ago | 0
Can Excel Add-in created by Matlab compiler return multiple outputs?
Hi, You can use the Function Wizard to assist in returning function output to multiple cells, or ranges of cells, in a worksh...
6 years ago | 0
| accepted
How to use TCP/IP for the communication between more than two instances of MATLAB on a same computer?
Hi, More than one servers can be created in a MATLAB session. You may create two servers(naming it as server1, server2) at th...
6 years ago | 1
Unable to debug C-MEX source files under Matlab R2017b and Visual Studio Community 2017
Hello, I understand that you are unable to reach the breakpoint in Visual Studio. Unfortunately, I cannot reproduce the issue...
6 years ago | 0