photo

Michael Mathew


自 2013 起处于活动状态

Followers: 0   Following: 0

消息

Professional Interests: Probabilistic Robotics; Electronic Circuit Design; Mechanisms

统计学

All
MATLAB Answers

5 个提问
2 个回答

File Exchange

11 文件

排名
39,076
of 299,737

声誉
1

贡献数
5 个提问
2 个回答

回答接受率
20.0%

收到投票数
1

排名
1,134 of 20,791

声誉
1,663

平均
3.60

贡献数
11 文件

下载次数
17

ALL TIME 下载次数
16353

排名

of 165,655

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

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

查看徽章

Feeds

排序方式:

已回答
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 ...

6 years 前 | 0

提问


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 前 | 0 个回答 | 0

0

个回答

提问


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 前 | 0 个回答 | 0

0

个回答

提问


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 前 | 0 个回答 | 0

0

个回答

提问


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 前 | 1 个回答 | 1

1

个回答

已提交


myGPR()
Example for Guassian Process Regression of a non-linear function

9 years 前 | 1 次下载 |

0.0 / 5

已提交


Codroid Patterns
Codroid Patterns when numbers are incremented inside circle.

9 years 前 | 1 次下载 |

0.0 / 5

已提交


Patterns using triangles
Triangles and some patterns

9 years 前 | 1 次下载 |

0.0 / 5
Thumbnail

已提交


Nelder Mead Simplex Optimization
Muiti Dimensional Numerical Optimization technique based on Nelder Mead Simplex Algorithm

11 years 前 | 2 次下载 |

1.0 / 5

已提交


A Star Search with GUI
An extension of the previous A Star search with GUI

11 years 前 | 1 次下载 |

5.0 / 5
Thumbnail

已提交


An Implementation of PID controller with GUI
PID controller with adjustable parameters and noise

12 years 前 | 1 次下载 |

5.0 / 5
Thumbnail

已提交


An Implementation of A Star Search Algorithm for Grid Search
A Star Search Algorithm

12 years 前 | 1 次下载 |

0.0 / 5

已提交


Real Time Tracking of Robot Arm using Makers at Joints
Tracking using Morphological operations

12 years 前 | 1 次下载 |

0.0 / 5

已提交


Determinant of a Matrix
Determinant of a Matrix without MATLAB inbuilt function

12 years 前 | 1 次下载 |

2.5 / 5

已提交


Dynamic Programming
Dynamic programming creates optimal policy for robot movement in a grid

12 years 前 | 5 次下载 |

4.3 / 5

已提交


A Simple Particle Filter Simulator for Robot Localization
Simulates a robot in a known Map(re Sizable) but at an unkown location

12 years 前 | 2 次下载 |

0.0 / 5
Thumbnail

已回答
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 前 | 0

提问


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 前 | 3 个回答 | 0

3

个回答