![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/1010505.jpg)
Auralius Manurung
Universitas Pertamina
Followers: 0 Following: 0
Professional Interests: Robotics, Dynamics and Control System
C++, C, MATLAB
Spoken Languages:
English
Professional Interests:
Control Systems, Robotics, Mechanical Engineering
Statistics
RANK
257,784
of 297,016
REPUTATION
0
CONTRIBUTIONS
0 Questions
2 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
0
RANK
343 of 20,419
REPUTATION
4,537
AVERAGE RATING
4.50
CONTRIBUTIONS
33 Files
DOWNLOADS
166
ALL TIME DOWNLOADS
40774
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Submitted
Asymptotic bode diagram
bodas -- the asymptotic bode diagram in MATLAB
3 months ago | 12 downloads |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/e8589983-b56f-410b-9a06-b55251d7a117/cb01af99-11df-49c6-a7a6-4550d00fdfd9/images/1732002816.png)
Submitted
LuGre friction model in MATLAB / GNU Octave
A full reconstruction of the paper: A new model for control systems with friction
2 years ago | 6 downloads |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/9146728c-701c-4d9c-82cd-5e0795d20f14/814d120a-5f87-4eaa-9343-346413af5284/images/1609294479.png)
Submitted
YADPF - Yet Another Dynamic Programming Function
A generic implementation of a dynamic programming and value iteration algorithm in MATLAB.
2 years ago | 2 downloads |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/9a4beed0-f012-45c9-ab9a-0a9eec3a17e5/9003f9dc-8e57-4f60-b278-0fd4870ff2ef/images/1636579525.png)
Submitted
ODE Solvers
Implementation of several popular solvers for solving ODEs in MATLAB
3 years ago | 3 downloads |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/9f6761aa-c26e-426e-b473-66e56256874c/0a61b4ca-d0af-46d6-b6b9-292d12abc681/images/1647772401.png)
Submitted
Numerical Jacobian / Derivative
Calculate Jacobian of a function numerically for a given certain condition
3 years ago | 6 downloads |
Submitted
Sutton's Mountain Car Problem with Value Iteration
Implementation of Sutton's mountain car problem using value iteration.
3 years ago | 1 download |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/e593d4e5-4a80-11e4-9553-005056977bd0/70267d6b-c67c-4afc-a499-5eaaa734890e/images/screenshot.jpg)
Submitted
Finding an optimal path on the terrain
Finding an optimal path on the terrain by using the forward dynamic programming algorithm.
3 years ago | 4 downloads |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/e5932eb9-4a80-11e4-9553-005056977bd0/bb6a30d8-5bf3-4731-9c2c-ba798c884c3a/images/screenshot.jpg)
Submitted
Truck with a fluid basin
Numerical model and simulation of a truck with a fluid basin.
3 years ago | 1 download |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/26482f31-4481-4be1-a9ac-810d75745fa4/be30cf0c-849f-4d22-80cc-642f51b89b53/images/1628959021.gif)
Submitted
Smoothed particle hydrodynamics
An implementation of the smoothed particle hydrodynamics based on the Philip Mocz's paper
3 years ago | 12 downloads |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/1adcfe93-7cfe-4378-a460-beef34868607/60e3df9c-7250-4b97-b318-efdc90de6b50/images/1627026084.gif)
Submitted
Deformable object with interconnected mass-spring-damper
Deformable object with interconnected mass-spring-damper, with Euler and Verlet Integrator
3 years ago | 3 downloads |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/276bc40c-aef8-4c5d-a473-da3b3711411e/bde86b40-bb50-44a4-8457-f2f43398f30a/images/screenshot.png)
Submitted
Phase portrait for FIRST, SECOND and THIRD order ODE
Phase portrait plot for SECOND and THIRD order ODE
4 years ago | 5 downloads |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/57289/versions/5/screenshot.gif)
Submitted
Phase Plot with GUI for 1st and 2nd order ODE
An interactive phase plotter with GUI for 1st and 2nd order ODE.
4 years ago | 7 downloads |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/0dc8d867-3ae1-4ef5-ac9c-85434f35ae16/f1e9ee21-1d7a-4a09-b0c6-57ca47dbae30/images/screenshot.png)
Submitted
Implementation of the Denavit-Hartenberg (DH) parameters in MATLAB
Simple and straight-forward implementation of DH-parameters in MATLAB.
4 years ago | 21 downloads |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/56917/versions/8/screenshot.jpg)
How to change audio output device
deviceWriter is more complex to use as it plays only one frame. It means you have to use it in a loop. You also don't need the ...
6 years ago | 0
Submitted
Inverse dynamics with recursive Newton-Euler
Inverse dynamics with recursive Newton-Euler of an open kinematic chain and standard DH-parameters
8 years ago | 6 downloads |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/62640/versions/1/screenshot.jpg)
Submitted
A Sliding Mode Control for 2-DOF Planar Robot Manipulator
A sliding mode control for 2-DOF planar robot manipulator.
8 years ago | 4 downloads |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/62450/versions/1/screenshot.png)
Solved
Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...
8 years ago
Solved
Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...
8 years ago
Submitted
Implicit Euler with Newton-Rapshon for Mass-Spring-Damper System
Implicit Euler with Newton-Raphson for Mass-Spring-Damper System.
8 years ago | 1 download |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/53291/versions/10/screenshot.jpg)
Submitted
Dynamic simulation with Lagrange for a general kinematic chain defined by sets of DH parameters.
Dynamic simulation with Lagrange for a general kinematic chain defined by sets of DH parameters.
8 years ago | 5 downloads |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/59778/versions/5/screenshot.gif)
Submitted
An implementation of a snake game with MATLAB
An implementation of a snake game with MATLAB, useful for AI implementation of a snake game.
8 years ago | 2 downloads |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/52647/versions/10/screenshot.png)
Submitted
Tight subplot with units in centimeter
Fork of tight_subplot function (submission #27991 by Pekka Kumpulainen)
8 years ago | 1 download |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/58214/versions/4/screenshot.jpg)
Solved
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
8 years ago
Submitted
Computational Inverse Kinematics
Implementation of Wolovich's paper: a computational technique for inverse kinematics
8 years ago | 1 download |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/57290/versions/1/screenshot.gif)
Submitted
Elliptic fourier for shape analysis
Implementation of elliptic fourier for shape analysis.
9 years ago | 5 downloads |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/32800/versions/5/screenshot.png)
Submitted
LabVIEW binary file to TAB delimited text file
This function converts LabVIEW binary file into TAB delimited text file.
9 years ago | 1 download |
Submitted
Arduino - Loop Time S-Function
Calculate time for 1 loop iteration in Arduino
9 years ago | 1 download |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/55691/versions/1/screenshot.jpeg)
Simulink: To Workspace block, collects only one or two data points (Running in External mode)
I am having the same problem in R2015b. Any update on this issue will be very much appreciated.
9 years ago | 0
Submitted
Minimum jerk trajectory generation
Generating trajectory from 1 point to another point with minimal jerk.
9 years ago | 2 downloads |