Menu

IIT Certification Programs

Workshops

Projects

Blogs

Careers

Student Reviews



More

Academic Training

Informative Articles

Find Jobs

We are Hiring!


All Courses

Choose a category

Loading...

All Courses

All Courses

logo

ROHIT SHARMA

Skills Acquired at Skill-Lync :

  • CFD-BASICS
  • SOLIDWORKS-FLOW-SIMULATION-BASICS
  • MBD-BASICS
  • SOLIDWORKS-MBD
  • MATLAB-BASICS
  • PYTHON-BASICS
  • NUMERICAL-ANALYSIS

4 Projects

Forward Kinematics of a 2R Robotic Arm

Objective:

Code: %Forward kinematics of a 2R robotic arm close all clear all clc % Input parameters l1=1.5; l2=0.75; x0=0; y0=0; % Angles theta1= linspace(0,90,10); theta2= linspace(0,90,10); %counter ct = 1; %for loop for i= 1:length(theta1) theta_1 = theta1(i); for j=1:length(theta2) theta_2 = theta2(j); x1_cord = l1.*cosd(theta_1);…

calendar

16 Jun 2019 02:55 AM IST

    Read more

    Simulating the transient behaviour of a simple pendulum

    Objective:

    Main code: %Program to simulate behaviour of a simple pendulum clear all close all clc %inputs b = 0.05; g = 9.81; l = 1; m = 0.1; theta_0 = [0;3]; t_span = linspace(0,20,500); %Using ODE solver ode45 [t,results] = ode45(@(t,theta) ode_func(theta,t,b,g,l,m),t_span,theta_0); %Plotting for i=1:500 thetai = results(i,1) x_cord…

    calendar

    03 Jul 2019 10:48 AM IST

      Read more

      Air standard cycle

      Objective:

        Code :  %Plotting PV diagram of Otto cycle and Calculating thermal efficiency %Inputs: t1 = 400; p1 = 101325; gamma = 1.4; t3 = 2200; %Engine dimesions bore = 0.1; stroke = 0.15; con_rod = 0.2; cr = 8; %Swept and Clearance volume v_swept = pi/4*bore^2*stroke; v_clearance = v_swept/(cr-1); v1= v_swept+v_clearance;…

      calendar

      28 Jun 2019 09:16 AM IST

        Read more

        Optimizing the Stalagmite function using Genetic algorithm

        Objective:

        Code for optimizing a function to give a global maximum using genetic algorithm. %Stalagmite Mathematical Model clc clear all close all %Setting up the search space x=linspace(0,0.6,150); y=linspace(0,0.6,150); %creating a 2D mesh [xx yy]=meshgrid(x,y); %Calling the stalagmite function for i=1:length(xx) for j=1:length(yy)…

        calendar

        31 Jul 2019 02:51 AM IST

          Read more
          Showing 1 of 4 projects

          1 Course Certificates

          certificate

          MATLAB for Mechanical Engineers

          CertificateIcon
          Certificate UID: ls4wk6jdrhp8fut0
          View Certificate
          Showing 1 of 1 certificates

          Schedule a counselling session

          Please enter your name
          Please enter a valid email
          Please enter a valid number

          Here are the courses that I have enrolled

          coursecard
          4.7

          2 Hours of Content

          coursecard
          4.7

          5 Hours of Content

          coursecard
          4.7

          4 Hours of Content

          coursecard
          Recently launched

          18 Hours of Content

          coursecard
          Recently launched

          21 Hours of Content

          coursecard
          Recently launched

          10 Hours of Content

          Similar Profiles

          Apoorv Ranjan
          Apoorv Ranjan

          Ladder of success cannot be climbed with hands in pocket.

          Pruthvi Jagadeesh GK
          Pruthvi Jagadeesh GK

          The Future in Motion

          Krantiveer .
          Krantiveer .

          Give more than what you get you will get more than what you gave