Menu

Executive 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

Subash Ramasamy

" Keep thinking, Keep expressing "

Skills Acquired at Skill-Lync :

  • MATLAB-BASICS
  • SIMULINK-BASICS
  • NX-CAD
  • SHEET-METAL-DESIGN
  • BIW-DESIGN
  • MODEL-BASED-DEVELOPMENT
  • HEV-FUNDAMENTALS
  • ADAS-BASICS

Introduction

Mechanical engineer willing to learn and develop new skills.

30 Projects

Week 2- 2R Robotic Arm Challenge

Objective:

%inputs l1 = 1; l2 = 0.8; theta1 = linspace(0,90,20); theta2 = linspace(0,90,20); ct = 1; x0 = 0; y0 = 0; for i = 1:lenth(theta1) THETA1 = theta1(i); for j = 1:length(theta2) THETA2 = theta2(j); x1 = l1*cosd(THETA1); y1 = l1*sind(THETA1); x2 = x1+{l2*cosd(THETA2)}; y2 = y1+{l2*sind(THETA2)}; plot([xo x1],[y0 y1],[x1 x2],[y1…

calendar

18 Nov 2021 03:56 PM IST

    Read more

    Week 3 - Solving second order ODEs

    Objective:

    https://youtu.be/Ra1_oplG1lk %defining ode function for simple pendulum. function [dtheta_dt] = ode_func(t,theta,b,g,l,m) theta1 = theta(1); theta2 = theta(2); dtheta1_dt = theta2; dtheta2_dt = -(b/m)*theta2-(g/t)*sin(theta1); dtheta_dt = [dtheta1_dt;dtheta2_dt]; end % second order ode simple pendulum close all clear all…

    calendar

    08 Dec 2021 08:14 AM IST

      Read more

      Week 4.1 - Genetic Algorithm

      Objective:

      To find the maxima for the given inpus.        To find the maxima we need to know what is stalagmite and how stalagmite is crated using genetic algorithm in matlab.   what is stalagmite ?        Stalagmite is a type of rock formation that rises from the floor of a cave…

      calendar

      26 Jan 2022 09:18 AM IST

        Read more

        Project 1 - Parsing NASA thermodynamic data

        Objective:

        Parsing :               Data parsing is a process in which a string of data is converted from one format to another.   Aim :      The main aim of this following code is to read the given thermo data file and calculate the required values.   Code : clear…

        calendar

        02 Feb 2022 11:03 AM IST

          Read more

          Week 8 - Challenge 1 - Draft Analysis on a Fan Cover

          Objective:

          Challenge1 - Draft analysis on a fan cover :   Aim :            To create the tooling axis for the given fan cover model meeting the requirements of the draft angle and perform the draft analysis of the model. Creating axis using Insert -> Axis. step1 :      …

          calendar

          18 Mar 2022 06:56 AM IST

            Read more

            Week 8 - Challenge 4 - Coin Holder Design

            Objective:

            Aim :         Create the Coin Holder Plastic component through the given Class-A surface. Insert axis system on the surface the class model. Step 1 : Tooling Axis                  Tooling axis is created along the base surface. This surface has the 0…

            calendar

            23 Mar 2022 07:29 AM IST

              Read more

              Week 8 - Challenge 2 - Base Bracket Design

              Objective:

              Aim :         Create the Base Bracket Plastic component through the given Class-A surface. To begin with, the tooling axis for the given Class-A Surface should be created meeting the requirements of the draft angle and at the end perform the Draft analysis on the model. Step1 : Tooling Axis  …

              calendar

              23 Mar 2022 01:05 PM IST

                Read more

                Week 8 - Challenge 3 - Switch Bezel Design

                Objective:

                Aim :           Create the Switch Bezel Plastic component through the given Class-A surface. To begin with, the tooling axis for the given Class-A Surface should be created meeting the requirements of the draft angle and at the end perform the Draft analysis on the model. Note :  Offset distance = 2.5mm. Axis system :…

                calendar

                25 Mar 2022 05:16 AM IST

                  Read more

                  Week 8 - Challenge 5 - Core & Cavity Design

                  Objective:

                  Aim :         Create the Core and cavity blocks for the switch bezel designed in the earlier challenge.   What is core ? The core is the male part which forms the internal shape of molding.   What is Cavity ?  The cavity is the female part which forms external shape of molding.  …

                  calendar

                  28 Mar 2022 04:52 AM IST

                    Read more

                    Week 9 - Attachment Feature Creation - Challenge 1

                    Objective:

                    Aim :         To Create the rib for the Centre console coin holder considering the design rules mentioned in the video. Ribs :         Ribs are added to increase the srength of the material. Since plastic surfaces have ;low strength at many placwes considering its wall…

                    calendar

                    29 Mar 2022 05:24 AM IST

                      Read more

                      Week 9 - Attachment Feature Creation - Challenge 2

                      Objective:

                      Aim :       To Create the boss and Dog House for the Centre console coin holder considering the design rules mentioned in the video.   Screw boss :        Boss features are commonly found in injection molding designs. They are used to aid in the assembly of molded parts…

                      calendar

                      30 Mar 2022 01:59 PM IST

                        Read more

                        Week 9 - Project 1 - Door Applique Design with Engineering Features

                        Objective:

                        Aim :         To create the Door Applique Plastic component through the given Class-A surface. To begin with, the tooling axis for the given Class-A Surface should be created meeting the requirements of the draft angle and at the end perform the Draft analysis on the model. Tooling Axis :    …

                        calendar

                        12 Apr 2022 06:30 AM IST

                          Read more

                          Week 10- Assembly Workbench

                          Objective:

                          Parts are drawn according to the geometrical dimensions given in the bodel and the unmarked dimensions are made into perfect fit. The green colour mark on the top of the sketch in tree structure shows that the sketch is constrained.  Model 1 : Snips   Model 1 asembly product :        …

                          calendar

                          12 Apr 2022 08:55 AM IST

                            Read more

                            Door Arm Rest Week 8 Challenge

                            Objective:

                            Tooling Axis :             The base surface or bace from the pocket from the Door arm rest class A Surface is extracted and tooling axis is created normal to the surface. The point for the tooling axis is created by extracting boundary from the base hole and an arc is created scince the extracted…

                            calendar

                            13 Apr 2022 10:18 AM IST

                              Read more

                              Week 9 - Project - Master Section Development

                              Objective:

                              Tooling axis :        Tooling axis is created normal to the given class A surface of B pillar part. Tooling axis determines the movement of core and cavity in mould. Improvising :          Class A surface has Some discontinuity which will be hard during production phase. So…

                              calendar

                              15 Apr 2022 09:40 AM IST

                                Read more

                                Benchmarking

                                Objective:

                                Benchmarking : What is benchmarking ?            Benchmarking involves a structured comparison between similar products, services or processes on some dimensions of performance. For example it can be used to compare the availability and delivery of features in a product and in this form often…

                                calendar

                                18 Apr 2022 01:07 PM IST

                                  Read more

                                  Underbody Coating

                                  Objective:

                                  UNDER BODY COATING : What is underbody of a car?             The underbody is the body structure of the underside of a car. Several areas of the chassis and underbody had to be cleaned and repainted that process is known as underbody coating. Different body styles can be bolted on to…

                                  calendar

                                  19 Apr 2022 05:46 AM IST

                                    Read more

                                    Week -2

                                    Objective:

                                    1) Simulink model of Doorbell using solenoid block : What is solenoid? A solenoid is a device comprised of a coil of wire, the housing and a moveable plunger (armature). When an electrical current is introduced, a magnetic field forms around the coil which draws the plunger in. More simply, a solenoid converts…

                                    calendar

                                    17 May 2022 09:12 AM IST

                                      Read more

                                      Week - 4

                                      Objective:

                                      a) Aim : To Implement control logic of a “washing machine” using Stateflow as per given sequence. Elements used : Slider switch Constant Stateflow chart Display Lamp Condition given : If the power supply is available, the system gets activated  If the Water supply is not available, stop the process &…

                                      calendar

                                      18 May 2022 12:48 PM IST

                                        Read more

                                        Hood design-Week 2

                                        Objective:

                                        AIM: To Design Hood outer panel, inner panel and the necessary reinforcements by following the Master section mentioned with the design parameter explained in the videos. Submit an assembly of Hood inner panel, outer panel, latch, hinge and the reinforcements INTRODUCTION: HOOD: A car hood, also referred to as a bonnet…

                                        calendar

                                        27 May 2022 09:20 AM IST

                                        • DESIGN
                                        Read more

                                        Section Modulus calculation and optimization

                                        Objective:

                                        AIM: To calculate the section modulus of the hood panel and then optimizing the hood panel for better section modulus. INTRODUCTION: SECTION MODULUS: Section modulus is a geometric property for a given cross-section used in the design of beams or flexural members. Other geometric properties used in the design include an…

                                        calendar

                                        27 May 2022 10:24 AM IST

                                          Read more

                                          Design of backdoor

                                          Objective:

                                          AIM :- Back door :- A back door is a BIW component found in all Automotive car generally used for opening and closing of the so called car luggage that is usually used for storing items inside a car. In general the opening and closing of the door is co-ordinated by the Latch and Stricker position and the Gas stay position…

                                          calendar

                                          27 May 2022 11:12 AM IST

                                            Read more

                                            Fender Design Challenge

                                            Objective:

                                            AIM: The aim of these project is to design fender and the main design requirements for Drip area, Bumper, A pillar and Sill mounting areas. Outer of car : Fender :             Fender is a front outer side member of a car which covers the wheel side. Fender purpose is to prevent sand, mud,…

                                            calendar

                                            27 May 2022 12:25 PM IST

                                            Read more

                                            Fender Design - Wheel Arch Challenge

                                            Objective:

                                            Aim :            To calculate the Wheel Arc area and prove whether the car will pass the standards or Not. Fender:            Fender is a part of an automobile, motorcycle or other vehicle body that frames a wheel well (the fender underside). Its primarypurpose…

                                            calendar

                                            28 May 2022 11:49 AM IST

                                              Read more

                                              Roof challenge

                                              Objective:

                                              Roof of car : Roof part : Reinfocements or roof rails : Front roof rail : Emboss on FRR : Part Body :     Rear roof rail : Center roof rail without additional reinforcement : Center roof rail with additional reinforcement : Bow roof : Final assembled part : Bow–Roof Prediction Formula W = [1.73 x 10^(-3)…

                                              calendar

                                              29 Jun 2022 09:13 AM IST

                                                Read more

                                                Project 1 (Mini Project on Vehicle Direction Detection

                                                Objective:

                                                Mini Project - Vehicle Direction Determination General Overview: Identifying the direction of the vehicle is one of the important & diverse features in Autonomous driving & Advanced Driver Assistance Features. This particular sub-feature of identifying the direction of the vehicle is basically identifying the direction…

                                                calendar

                                                13 Jul 2022 08:46 AM IST

                                                Read more

                                                Project 2 Adaptive Cruise Control

                                                Objective:

                                                Main Project – Adaptive Cruise Control (ACC) General Overview: Adaptive Cruise Control Feature for passenger cars allows the host vehicle to adapt to the speed in line with the flow of traffic. Driving in heavy traffic or keeping a safe distance from the preceding vehicle calls for a high level of concentration.…

                                                calendar

                                                13 Jul 2022 02:23 PM IST

                                                Read more

                                                Project 1- Traffic Jam Assistant Feature

                                                Objective:

                                                Traffic Jam Assistant Feature Introduction to the Feature: Traffic Jam Assistant is one of the most common feature in Advanced Driver Assistance System. Traffic Jam Assistant helps the driver arrive more relaxed at their destination, even in dense traffic or in traffic jams. As a partially automated comfort function, the…

                                                calendar

                                                27 Jul 2022 09:58 AM IST

                                                  Read more

                                                  Project 2-Highway Assistant-Lane Changing Assistant

                                                  Objective:

                                                  Aim :           To develop a simulink model to resemble the lane change assistance fuction based on the inputs and conditions provided. Objective and Requirements for the Model: Introduction to the Feature: The Highway Assistant supports the driver and takes over the longitudinal and lateral guidance…

                                                  calendar

                                                  14 Aug 2022 02:59 PM IST

                                                  Read more

                                                  Week 11 - Final project

                                                  Objective:

                                                  Aim :                   In this project we are converting the given door trim surface to part body with B side features. Tooling axis :                   The direction in which the core and cavity of the mould moves is known as tooling axis. Tooling axis differes in every part based on its class A surface and also the…

                                                  calendar

                                                  05 Mar 2023 06:30 AM IST

                                                    Read more
                                                    Showing 1 of 30 projects

                                                    8 Course Certificates

                                                    certificate

                                                    Fundamentals of Electrical Systems and Electrical Architecture

                                                    CertificateIcon
                                                    Certificate UID: nlpg7vbhiyz6mu91
                                                    View Certificate
                                                    certificate

                                                    MATLAB for Mechanical Engineers

                                                    CertificateIcon
                                                    Certificate UID: 3yf76p8i0dlueonv
                                                    View Certificate
                                                    certificate

                                                    Automotive Plastic Design using CATIA V5

                                                    CertificateIcon
                                                    Certificate UID: glz15na2ckye6jxs
                                                    View Certificate
                                                    certificate

                                                    Introduction to Physical Modeling using Simscape

                                                    CertificateIcon
                                                    Certificate UID: yjbdhw4179naqmxc
                                                    View Certificate
                                                    certificate

                                                    Development of Hybrid Drives using MATLAB & Simulink

                                                    CertificateIcon
                                                    Certificate UID: 7p1trkv48e9l2jn6
                                                    View Certificate
                                                    certificate

                                                    Automotive Sheet Metal Design using Siemens NX CAD / CATIA V5

                                                    CertificateIcon
                                                    Certificate UID: zmqhlvc8r60xe9wf
                                                    View Certificate
                                                    certificate

                                                    Introduction to Model-Based Development using MATLAB and Simulink

                                                    CertificateIcon
                                                    Certificate UID: fc9alxo4v6zksmyw
                                                    View Certificate
                                                    certificate

                                                    Introduction to Automotive Embedded Systems and AUTOSAR

                                                    CertificateIcon
                                                    Certificate UID: 1ey2n7gv4qcxzpjh
                                                    View Certificate
                                                    Showing 1 of 8 certificates

                                                    Academic Qualification

                                                    B.E

                                                    Rajalakshmi Engineering College

                                                    07 Jul 2014 - 20 Apr 2018

                                                    12th

                                                    Oxford Matriculation Higher Secondary School inTENKASI

                                                    07 Jun 2011 - 27 Apr 2012

                                                    10th

                                                    Oxford Matriculation Higher Secondary School inTENKASI

                                                    06 Jun 2009 - 02 May 2010

                                                    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

                                                    5 Hours of Content

                                                    coursecard
                                                    Recently launched

                                                    18 Hours of Content

                                                    coursecard
                                                    Recently launched

                                                    21 Hours of Content

                                                    coursecard
                                                    Recently launched

                                                    10 Hours of Content

                                                    coursecard
                                                    4.8

                                                    37 Hours of Content

                                                    coursecard
                                                    4.7

                                                    4 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