All Courses
All Courses
Courses by Software
Courses by Semester
Courses by Domain
Tool-focused Courses
Machine learning
POPULAR COURSES
Success Stories
Aatas A G
.
Skills Acquired at Skill-Lync :
Introduction
Week 3 - Solving second order ODEs
https://drive.google.com/drive/folders/1cgFnguKAojQSi_nITflq-E1BRFg4iTj8 clear all close all clc b = 0.05; g = 9.81; l = 1; m = 1; % initial condition theta_0 = [0 3]; % time points t_span = linspace(0,20,500); % solve ODE [t, results] = ode45(@(t,theta) ode_func(t, theta, b, g, l, m), t_span, theta_0); plot(t,results(:,1))…
06 Nov 2021 08:19 AM IST
Week 4.1 - Genetic Algorithm
Main code clear all close all clc % Input variables x = linspace(0, 0.6, 150); y = linspace(0, 0.6, 150); num_case = 250; % creating an arraay [xx, yy] = meshgrid(x,y); % loop for passing the stalagmite function for i = 1 : length(xx) for j = 1 : length(yy) input_vector(1) = xx(i , j); input_vector(2) = yy(i , j); f(i…
10 Nov 2021 05:49 AM IST
Project 1 - Parsing NASA thermodynamic data
close all clear all clc %Opening the file that is stored in the file Thermo = fopen('THERMO.dat','r') %Getting the first line from the opened file fgetl(Thermo); f1 = fgetl(Thermo); A = strsplit(f1, ' '); Global_low_temperature = str2num(A{2}); Global_mid_temperature = str2num(A{3}); Global_high_temperature = str2num(A{4});…
11 Nov 2021 03:07 PM IST
Project 2 - Rankine cycle Simulator
clear all; close all; clc disp(' RANKINE CYCLE SIMULATOR') disp('1-2 Isentropic Expansion in the Turbine') disp('2-3 Constant Pressure Heat Rejection by the Condenser') disp('3-2 Isentropic Compression in the Pump') disp('4-1 Constant Pressure Heat Addition by the Boiler') % Required Inputs P1 = 30 T1 = 400 P2 = 0.5 disp…
13 Nov 2021 05:02 AM IST
8 Course Certificates
Introduction to Battery Technology for Electric Vehicle
12 Workshop Certificates
Academic Qualification
B.E
Mahendra Institute of Engineering and Technology
01 Aug 2017 - 30 Apr 2021
12th
Vaigai Matriculation Higher Secondary School
01 Jun 2016 - 30 Apr 2017
10th
St.Mary's Higher Secondary School
01 Jun 2014 - 31 Mar 2015
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.