photo

Mike Hinds


Active since 2018

Followers: 0   Following: 0

Statistics

MATLAB Answers

7 Questions
0 Answers

RANK
119,561
of 301,577

REPUTATION
0

CONTRIBUTIONS
7 Questions
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 21,338

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 175,550

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

Feeds

View by

Question


can code generated with matlab compiler call an external c shared library?
I have a matlab script that runs loadlibrary one time, and then makes use of calllib, in which it calls a function in an externa...

8 years ago | 1 answer | 0

1

answer

Question


Since a microsoft update, I now get this error when trying mex or calllib: 'C:\Windows\System32\env.cmd' is not recognized as an internal or external command, operable program or batch file.
I can no longer use calllib or even run mex -setup without getting the following error messages: 'C:\Windows\System32\env.cmd' ...

8 years ago | 0 answers | 0

0

answers

Question


Why did mex and calllib stop working?
Microsoft suggested some updates and I stupidly accepted. Ever since then I can't get calllib (or mex -setup) to work for me. I'...

8 years ago | 0 answers | 0

0

answers

Question


Can matlab code compiled for use with the runtime engine make use of external c shared library?
I'm wondering if it is possible for us to make calls to an external C shared library from the Matlab script we're delivering to ...

8 years ago | 0 answers | 0

0

answers

Question


when deploying the runtime engine, can you compile with the fuzzy logic toolbox?
The target platform we plan to run our Matlab code on might be taking the path of delivering the Runtime engine to their end cus...

8 years ago | 0 answers | 0

0

answers

Question


Can I call a c shared library function from a Matlab script?
In the Matlab documentation, I only see mention of calling an external function (using an C shared library) from the Command Lin...

8 years ago | 1 answer | 0

1

answer

Question


Can I generate c code from fuzzy logic simulink coder and then run that mex file from my matlab program, which in turn is executed by a matlab engine?
I have a .fis file. I also have a matlab program. The target architecture only has a matlab engine, not a fuzzy logic engine as ...

8 years ago | 0 answers | 0

0

answers