All Courses
All Courses
Courses by Software
Courses by Semester
Courses by Domain
Tool-focused Courses
Machine learning
POPULAR COURSES
Success Stories
Gokulkumar M
Make science your obedient servant.
Skills Acquired at Skill-Lync :
Introduction
2D HEAT CONDUCTION
clear all close all clc % 2D HEAT CONDUCTION % (1,2,3) steady state % 4,5,6,7 for unsteady / transient state % (1,2,3) or (5,6,7) for (jacobi,gs,SOR) % 4 explicit % 5,6,7 implicit Z = 7; %input l = 1; %length b = 1; %breadth %number of nodes along x & y axis nx = 10; ny = 10; % Discretization x = linspace(0,l,nx);…
19 Mar 2020 09:13 AM IST
Simple pendulum simulation in matlab
error: without the hold off in line 33 we can\'t get the animation clearly https://www.youtube.com/watch?v=JbXtB-WIv38 clear all close all clc %input Parameters b = 0.2; g = 9.81; l = 1; m = 1; x0 = 0; y0 = 0; % initial condition theta_0 = [1 0]; %time points t_span = linspace(0,20,900); % solve ODE [t, results] = ode45(@(t,theta)…
27 Dec 2019 01:15 PM IST
rankine cycle
clear all close all clc disp(\'RANKINE CYCLE\'); disp(\'1-2 : isentropic expansion\') disp(\'2-3 : constant pressure heat rejection\') disp(\'3-4 : isentropic compression\') disp(\'4-1 : constant pressure heat addition\') %input parameters t1 = 400; p1 = 30; p2 = 0.05; %---pt 1--- h1 = XSteam(\'h_pt\',p1,t1); s1 = XSteam(\'s_pt\',p1,t1);…
11 Feb 2020 12:50 PM IST
FILE PRASING
*NOT ABLE TO UPLOAD IN HTML LAST 10 LINES ARE NOT PASTING clear all close all clc file = fopen(\'THERMO.dat\',\'r\'); line1 = fgetl(file); line2 = fgetl(file); split_temp = findstr(line2, \' \'); t_gmin = str2num(line2(split_temp(1):split_temp(4))); t_gmid = str2num(line2(split_temp(5):split_temp(6))); t_gmax = str2num(line2(split_temp(7):end));…
07 Feb 2020 07:43 AM IST
4 Course Certificates
6 Workshop Certificates
Academic Qualification
B.E
Anna University
01 Jun 2017 - 01 Jun 2020
Diploma
Arasan Ganesan Polytechnic College
01 Jul 2015 - 01 May 2017
10th
m.c.n.u.p.d.a. hr sec school
01 Jun 2011 - 01 Mar 2012
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.