All Courses
All Courses
Courses by Software
Courses by Semester
Courses by Domain
Tool-focused Courses
Machine learning
POPULAR COURSES
Success Stories
Arun Reddy
SOUND QUALITY. SOUND ENGINEERING
Skills Acquired at Skill-Lync :
Introduction
Week 2- 2R Robotic Arm Challenge
Simulation of forward kinematic 2R robotic arm. clear all close all clc % robotic arm linkage % inputs l1=2 l2=1 % cordinates theta1=linspace(0,90,10); theta2=linspace(0,90,10); ct=1 for i=1:length(theta1) THETA1=theta1(i); for j=1:length(theta2) THETA2=theta1(j); x0=0; y0=0; x1=l1*cosd(THETA1); y1=l1*sind(THETA1); x2=x1+l2*cosd(THETA2);…
12 Dec 2021 02:49 AM IST
Week 3 - Solving second order ODEs
*SOLVING SECOND ORDER DIFFERINCAL EQUATION 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); % plotting figure(1) hold on plot(t,results(:,1)) plot(t,results(:,2))…
12 Dec 2021 09:56 AM IST
Week 4.1 - Genetic Algorithm
* GENETIC ALGORITHM A genetic algoritham (GA) is used to solve both constrain and un constrained optimization problems based on natural selection proces that minize the biological evalution. at each step the genetic algoritham randomly select individuals from current population and uses them as a parents to produce…
14 Dec 2021 04:54 AM IST
Project 1 - Parsing NASA thermodynamic data
* PARSEING THE NASA THERMODYNAMIC DATA FILE AND CALCULATING THERMODYNAMIC PROPERTIES OF VARIOUS GAS SPECIES. PROGRAM close all clear all clc file=fopen('THERMO.dat','r') %reading the nasa thermo data file line1=fgetl(file) % heading of data line2=fgetl(file) % global temp value comment1=fgetl(file) %comments comment2=fgetl(file)…
15 Dec 2021 06:24 AM IST
5 Course Certificates
Academic Qualification
B.E
Engineering College Laxmi Institute of Technology, Sarigam
01 Apr 2017 - 31 Mar 2020
Diploma
Engineering College Laxmi Institute of Technology, Sarigam
01 Apr 2014 - 31 Mar 2017
12th
Mother Of Hope School
01 Jul 2013 - 01 Jul 2014
10th
Mother Of Hope School
01 Mar 2013 - 01 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.