Modern_Robotics/packages/Matlab
HuanWeng 04bb47c5ed Correct README for matlab 2018-07-30 13:46:41 -05:00
..
mr Modify some READMEs 2018-07-30 13:40:46 -05:00
README.md Correct README for matlab 2018-07-30 13:46:41 -05:00

README.md

"mr" Matlab Package Instructions

This package is the code library for Modern Robotics: Mechanics, Planning, and Control. For more details please see the library introduction pdf file or the website.

To import the package, use addpath as

addpath('$FOLDER_PATH/mr')

where $FOLDER_PATH is the path to "mr" directory.

To check the function list and which chapter in the book do those functions belong to, use help as

help mr

To check more introduction and example of a function, use help as

help $FUNCTION_NAME

Author: Huan Weng, Bill Hunt, Mikhail Todes, Jarvis Schultz

Contact: huanweng@u.northwestern.edu

Package Version: 1.0.0

Matlab Version: R2017b

Tested in Matlab R2017b