All Courses
All Courses
Courses by Software
Courses by Semester
Courses by Domain
Tool-focused Courses
Machine learning
POPULAR COURSES
Success Stories
ARNALD ANTONY
Iam a Mechanical Engineer.
Skills Acquired at Skill-Lync :
Introduction
Week 2- 2R Robotic Arm Challenge
1.OBJECTIVE : forward kinematic of a 2D robotic arm code : clear all close all clc %inputs L1=1; L2=0.5; theta1 = linspace(0,90,10); theta2 = linspace(0,90,10); ct=1; %for loop for i= 1:length(theta1) THETA1=theta1(i); for j=1:length(theta2) THETA2=theta2(j); %coordinates x0 = 0; y0 = 0; x1 = L1*cosd(THETA1);…
24 Feb 2022 04:40 PM IST
Week 3 - Solving second order ODEs
1. OBJECTIVE - SOLVING 2ND ORDER ODE OF SIMPLE PENDULUM WITH DAMPING. code : clear all close all clc %inputs %Damping coefficient b=0.05; %gravity in m/s^2 g=9.81; %length of the pendulum in m; l=1; %mass of the ball in kg m=1; %initial condition of angular displacement & angular velocity theta=[0;3];…
28 Feb 2022 12:55 PM IST
Week 4.1 - Genetic Algorithm
1. OBJECTIVE - To write a code in MMATLAB to optimize the stalagmite function & to find the global maxima of the function. WHAT ARE GENETIC ALGORITHMS? A genetic algorithm is a search heuristic that is inspired by Charles Darwin’s theory of natural evolution. This algorithm reflects the process…
02 Mar 2022 05:49 PM IST
Project 1 - Parsing NASA thermodynamic data
OBJECTIVE - PARSING NASA THERMODYNAMIC DATA main code : clear all close all clc %opening a file & 'r' open for reading f1=fopen('THERMO.dat','r'); skippinglines=fgetl(f1); tline=fgetl(f1); tline1=fgetl(f1); %string splitting A=strsplit(tline1,' '); %converting string cells into numbers global_low_temp=str2double(A{2});…
07 Mar 2022 04:30 PM IST
4 Course Certificates
Automotive Sheet Metal Design using Siemens NX CAD / CATIA V5
Academic Qualification
B.Tech
SCMS School of Engineering & Technology , Karukutty
01 Aug 2016 - 12 May 2020
12th
Nirmalamatha Central School
01 Apr 2015 - 28 Feb 2016
10th
Nirmalamatha Central School
01 May 2013 - 30 Mar 2014
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
Skill-Lync offers industry relevant advanced engineering courses for engineering students by partnering with industry experts.
© 2025 Skill-Lync Inc. All Rights Reserved.