Week 2- 2R Robotic Arm Challenge AIM: To write a program in MATLAB to simulate the forward kinematics of a 2R Robotic Arm and Create an animation file of the plot. BODY: The program is written in MATLAB R2022a. The code is as follows: % Program to show forward kinmatics of a robotic arm and make a video clear close clc…
Priyansh Garg
updated on 05 Jul 2022
Project Details
Leave a comment
Thanks for choosing to leave a comment. Please keep in mind that all the comments are moderated as per our comment policy, and your email will not be published for privacy reasons. Please leave a personal & meaningful conversation.
Other comments...
Read more Projects by Priyansh Garg (4)
Project 1 - Parsing NASA thermodynamic data
Project 1 - Parsing NASA thermodynamic data AIM: To write a function that: Extracts the 14 co-efficients and calculates the enthalpy, entropy and specific heats for all the species in the data file. Calculate the molecular weight of each species and display it in the command window. Plot the Cp, Enthalpy…
10 Aug 2022 07:25 PM IST
Week 4.1 - Genetic Algorithm
Week 4.1 - Genetic Algorithm Aim To write a code in MATLAB to optimise the stalagmite function and find the global maxima of the function. To plot graphs for all 3 studies and for F maximum vs no. of iterations. Governing equations: Genetic algorithm: Genetic algorithm is a natural selection process that has…
04 Aug 2022 01:08 PM IST
Week 3 - Solving second order ODEs
Week 3 - Solving second order ODEs AIM: To write a program that solves the following ODE. This ODE represents the equation of motion of a simple pendulum with damping. Governing equation: Following is a 2nd order differential equation that governs the motion of a pendulum. BODY: The code for this program has been…
07 Jul 2022 07:49 PM IST
Week 2- 2R Robotic Arm Challenge
Week 2- 2R Robotic Arm Challenge AIM: To write a program in MATLAB to simulate the forward kinematics of a 2R Robotic Arm and Create an animation file of the plot. BODY: The program is written in MATLAB R2022a. The code is as follows: % Program to show forward kinmatics of a robotic arm and make a video clear close clc…
05 Jul 2022 06:45 PM IST