All Courses
All Courses
Courses by Software
Courses by Semester
Courses by Domain
Tool-focused Courses
Machine learning
POPULAR COURSES
Success Stories
Aravind T
student
Skills Acquired at Skill-Lync :
Introduction
Solving second order ODEs for oscillating pendulum using MATLAB
clear allclose allclc %inputsg=9.81;l=1;m=1;b=0.05; %initialconditiontheta_0=[0;3]; %time pointst_span=linspace(0,20,500); %solving ode[t,results] = ode45(@(t,theta) sec_order_ode_func(t,theta,b,g,l,m),t_span,theta_0); figure(1)plot(t,results(:,1))hold onplot(t,results(:,2))grid onxlabel(\'time\')ylabel(\'plot\') figure(2)plot(results(:,1),results(:,2));grid…
13 Jun 2019 09:07 PM IST
MATLAB code for Genetic Algorithm
AIM: Try to understand the concept of genetic algorithm. To write a code in MATLAB to optimise the stalagmite function and find the global maxima of the function. Plot graphs for all 3 studies and for F maximum vs no. of iterations. Genetic Algorithm: A genetic algorithm makes uses of techniques inspired…
30 Jun 2019 01:55 AM IST
Frequency Analysis of a rotating shaft
INTRODUCTION Frequency response analysis in Finite Element Analysis (FEA) is used to calculate the steady-state response due to a sinusoidal load applied to a structure at a single frequency. The goal of modal analysis in structural mechanics is to determine the natural mode shapes and frequencies…
25 May 2020 06:47 AM IST
Internal Geneva Mechanism
INTRODUCTION Geneva mechanism, also known as Geneva Stop, is one of the most widely used methods for the development of irregular rotary motion, distinguished by alternating motion and rest periods with no spatial reversal. This is often used for indexing (i.e., rotation around a specified angle of a shaft). Application…
30 Jun 2020 12:50 PM IST
4 Course Certificates
9 Workshop Certificates
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.