ANFIS for 2 dof robot

anfis function is used to create a neural network to solve the inverse kinematics problem
1.1K 次下载
更新时间 2012/5/8

查看许可证

in this program i am first creating a training data set by applying the angular values to the 2 dof DK model and then supplying the data to the anfis function
the function DK47 is the direct kinematics model
the function co-ordinates create the coordinate training data

the program is very similar to the program in matlab product help but the problem is it takes to much time to train the FIS so please help

引用格式

saurabh korgaonkar (2024). ANFIS for 2 dof robot (https://www.mathworks.com/matlabcentral/fileexchange/36577-anfis-for-2-dof-robot), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2009a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Fuzzy Logic Toolbox 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.2.0.0

1. the for loops for training data have their conditions change for making the program suitable to any change in the loops
2. Explanation to the program has been added
3. plotting is done along all three axis

1.0.0.0