photo

Tony Kirke


Active since 2017

Followers: 0   Following: 0

Statistics

MATLAB Answers

4 Questions
2 Answers

RANK
243,066
of 297,457

REPUTATION
0

CONTRIBUTIONS
4 Questions
2 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
0

RANK
 of 20,438

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 158,938

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

  • Thankful Level 1

View badges

Feeds

View by

Answered
How do I use a matlab shared library without building the main executable with mbuild?
Thanks. When I try to follow this I get The -t switch is no longer supported; the Compiler no longer generates C/C++ source ...

8 years ago | 0

Question


How do I use a matlab shared library without building the main executable with mbuild?
Hi I'm able to build the shared library fine. However,I'd like to use it in another program and just want to include the header...

8 years ago | 2 answers | 0

2

answers

Question


Combining mbuild with Cmake flow for using shared library
Hi, I'd like to use the matlab shared library facility but I don't want to have to re-write all of my compilation in Matlab sin...

8 years ago | 0 answers | 0

0

answers

Answered
Is it possible to call a matlab generated shared library multiple times in a program?
Ah, thank you. I must have been doing something wrong then in how I assumed it was setup. I'll recode my case to take advantage ...

8 years ago | 0

Question


Is it possible to call a matlab generated shared library multiple times in a program?
When I use the recommended method mclRunMain((mclMainFcnType)run_main, 0, NULL); it always exits the program immedia...

8 years ago | 2 answers | 0

2

answers

Question


Any examples of using mclRunMain with argc and argv populated
When I do this, I get segmentation fault/Bad access errors int main(int argc, const char* argv[]) { mclRunMain((mclMainFc...

8 years ago | 1 answer | 0

1

answer