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...
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 ...
Cramer's rule to solve a system of linear equations using MATLAB
Cramer's rule Cramer's rule is a method used to solve a system of linear equations by using determinants. It is named after the Swis...