Anatoly Khamukhin
Followers: 0 Following: 0
Statistics
0 Questions
3 Answers
RANK
4 571
of 295 467
REPUTATION
10
CONTRIBUTIONS
0 Questions
3 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
5
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
MatLab C++ Shared Dll library initialization problem
The same problem (Matlab2017 + VS 2015) for me. Probably there is some conflict with java used by MATLAB. I've fixed it by ...
nästan 7 år ago | 2
Trying to initialize matlab shared library in visual studio gives access violation
Call const char *args[] = {"-nojvm"}; const int count = sizeof(args) / sizeof(args[0]); mclInitializeApplication(args...
nästan 7 år ago | 0
MatLab C++ Shared Dll library initialization problem
Problem is in usage of java in MATLAB. Call const char *args[] = {"-nojvm"}; const int count = sizeof(args) / sizeof(...
nästan 7 år ago | 3