Habtamu's Blog
Educational purpose for refecting my research and other works.
Saturday, November 9, 2019
Picking and placing mobile robot
If anyone who is interested in this project contacts me at
habti.geremew@gmail.com
Thank you for watching @ https://www.youtube.com/watch?v=2obZNLPIeCs
Newer Posts
Home
Subscribe to:
Posts (Atom)
Python shape modeling using OpenGL render mechanism, cylinders, prisms, cones and pyramids
This code is basically used to render cylinders, prisms, cones, and pyramids using python and an OpenGL library. The script is run on pycha...
Curve fitting using Newton divide-difference interpolation method on matlab
Newton divided difference interpolation method Newton's divided difference interpolation method is a numerical technique for finding a...
Simpson's 1/3 rule of numerical integration using MATLAB
Simpson's 1/3 rule Simpson's 1/3 rule, also known as Simpson's rule, is a numerical method used to approximate the definite ...