photo

Anatoly Khamukhin


Last seen: 6 years ago Active since 2018

Followers: 0   Following: 0

Statistics

MATLAB Answers

0 Questions
3 Answers

RANK
4,788
of 300,759

REPUTATION
10

CONTRIBUTIONS
0 Questions
3 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
5

RANK
 of 21,081

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 170,900

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • First Answer

View badges

Feeds

View by

Answered
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 ...

8 years ago | 2

Answered
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...

8 years ago | 0

Answered
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(...

8 years ago | 3