photo

Michael Mathew


Aktiv seit 2013

Followers: 0   Following: 0

Nachricht

Professional Interests: Probabilistic Robotics; Electronic Circuit Design; Mechanisms

Statistik

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

Abzeichen anzeigen

Feeds

Anzeigen nach

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

mehr als 5 Jahre vor | 0

Frage


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

etwa 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

etwa 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

etwa 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

etwa 8 Jahre vor | 1 Antwort | 1

1

Antwort

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

fast 11 Jahre vor | 0

Frage


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

fast 11 Jahre vor | 3 Antworten | 0

3

Antworten