Rohit Mehta
N/A
Skills Acquired at Skill-Lync :
Introduction
6 Projects
Week 2- 2R Robotic Arm Challenge
%%Forward kinematics of a 2R robotic arm clear all close all clc %%Inputs l1=1; l2=0.5; theta1=linspace(0,90,10); theta2=linspace(0,90,10); ct=1; for i=1:length(theta1) THETA1=theta1(i); for j=1:length(theta2) THETA2=theta2(j); x0=0; y0=0; x1=l1*cosd(THETA1); y1=l1*sind(THETA1); x2=x1+l2*cosd(THETA2); y2=y1+l2*sind(THETA2);…
02 Dec 2021 05:33 AM IST
Week 3 - Solving second order ODEs
Aim: To solve the second order ODE using Matlab which replicates the motion of a pendulum. Objective: To write a program that solves the following ODE. This ODE represents the equations of motion of a simple pendulum with damping. In the above equation,…
09 Dec 2021 11:33 AM IST
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. Theory: Genetic Algorithm: A genetic algorithm is a method of solving both constrained and unconstrained optimization problems based on a natural selection process that mimics biological evolution. The algorithm…
10 Dec 2021 02:17 PM IST
Project 1 - Parsing NASA thermodynamic data
Aim : Parsing NASA thermodynamic data using MATLAB Objective : Write a function to extracts the 14 coefficients from the data and to calculate Enthalpy, Entropy and Specific heats for all the species in the data file. Calculate the molecular weight of each species. Plot the Cp, Enthalpy and Entropy for the…
14 Dec 2021 02:50 PM IST
Week - 4
Aim: 1. To implement a control logic of a “washing machine” using Stateflow as per the given sequence: If the power supply is available, the system gets activated. If the Water supply is not available, stop the process & indicate through LED. Soaking time should be 200s followed by Washing time of…
02 Feb 2022 10:12 AM IST
Week -2
1. Make a Simulink model of a doorbell using solenoid block with the following details : The following blocks used in this model are as follows : Solenoid: Electrical energy into kinetic energy, The Solenoid block represents the electrical characteristics and generated force. Battery: Gives supply…
02 Feb 2022 04:27 PM IST
2 Course Certificates
Academic Qualification
B.E
Sinhgad Academy Of Engineering
28 Aug 2017 - 31 Jul 2021
Diploma
Sinhgad Technical Education Society’s Sou. Venutai Chavan Polytechnic, Pune
15 Jun 2013 - 18 Jul 2017
10th
Sinhgad Spring Dale Public School
11 Jul 2012 - 26 May 2013
Here are the courses that I have enrolled
Similar Profiles
Ladder of success cannot be climbed with hands in pocket.
The Future in Motion
Give more than what you get you will get more than what you gave
Avid learner