photo

Ernur


Ohio University

Active since 2011

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

2 Questions
3 Answers

RANK
143,277
of 300,352

REPUTATION
0

CONTRIBUTIONS
2 Questions
3 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
0

RANK
 of 20,928

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,212

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
  • First Answer

View badges

Feeds

View by

Answered
Can I automatically convert a function from MATLAB or a toolbox into c++ code?
You can look into MEX-files, <http://www.mathworks.com/support/tech-notes/1600/1605.html>. mexCallMATLAB(...) function in partic...

14 years ago | 0

Answered
Sharing toolbox (built-in functions) with two different versions of Matlab
Thank you all for your time and discussions. Jan's suggestion seems to be working so far. I will update you if there is a pro...

14 years ago | 0

Question


Sharing toolbox (built-in functions) with two different versions of Matlab
Hello, I have access to two different versions of Matlab. I need to use optimization toolbox in Simulink. The problem is that...

14 years ago | 4 answers | 0

4

answers

Answered
Is there an alternative to Eval() ? - Large equation in a text file needs to be evaluated in Simulink
I was able to reduce the time significantly by dividing the text file into manageable chunks and using the following instead o...

14 years ago | 0

Question


Is there an alternative to Eval() ? - Large equation in a text file needs to be evaluated in Simulink
Hello, I have a large text file (>150MB)as a result of a symbolic calculation that includes elements of a matrix in the form ...

14 years ago | 2 answers | 0

2

answers