photo

Michael Mathew


Active since 2013

Followers: 0   Following: 0

Message

Professional Interests: Probabilistic Robotics; Electronic Circuit Design; Mechanisms

Statistics

All
MATLAB Answers

5 Questions
2 Answers

File Exchange

11 Files

RANK
39,086
of 300,988

REPUTATION
1

CONTRIBUTIONS
5 Questions
2 Answers

ANSWER ACCEPTANCE
20.0%

VOTES RECEIVED
1

RANK
1,140 of 21,130

REPUTATION
1,665

AVERAGE RATING
3.60

CONTRIBUTIONS
11 Files

DOWNLOADS
18

ALL TIME DOWNLOADS
16379

RANK

of 172,218

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

  • Personal Best Downloads Level 2
  • First Review
  • 5-Star Galaxy Level 2
  • First Submission
  • First Answer
  • Thankful Level 1

View badges

Feeds

View by

Answered
how can i draw Vector/Direction field for van der pol oscillator ?
function VanderPol_plot() steps = 20; s1 = linspace(-6,6,steps); s2 = linspace(-6,6,steps); % creates two matrices ...

7 years ago | 0

Question


Passing different data type between various mex functions from within matlab
Suppose I want to pass a pointer to different data type to pass between various functions in Matlab, can I do it? For e.g: Su...

9 years ago | 0 answers | 0

0

answers

Question


matlab: Command not found. Can't start MATLAB engine
I trying to compile the a engdemo.cpp from g++ on Ubuntu 14.04: I installed cshell in /bin/csh and did set the LD_LIBRA...

9 years ago | 0 answers | 0

0

answers

Question


MATLAB crashes while re-running compiled mex file.
I have a cpp file which gets compiled successfully in Matlab and gives right results. But if I recall the function again, then ...

9 years ago | 0 answers | 0

0

answers

Question


Compiling mex file that depends on external libraries with extension .so.n
I have written a file myprog.cpp and is to be compiled in MATLAB. The program has external library dependencies libnewfile1.so ...

9 years ago | 1 answer | 1

1

answer

Answered
Send a hex block of data Serial port from matlab
Hey all, Thanks for the suggestions: I got my answer in the following link: http://www.mathworks.in/matlabcentral/newsr...

12 years ago | 0

Question


Send a hex block of data Serial port from matlab
Hi, I have a problem, I have a serial device which should addressed using a block of data in specific format. The data I am t...

12 years ago | 3 answers | 0

3

answers