All Courses
All Courses
Courses by Software
Courses by Semester
Courses by Domain
Tool-focused Courses
Machine learning
POPULAR COURSES
Success Stories
Dazzle Salunke
ER
Skills Acquired at Skill-Lync :
Introduction
Week 2- 2R Robotic Arm Challenge
https://youtu.be/qQpxREXruoQ % A program in Matlab to simulate the forward kinematics of a 2R Robotic Arm clear all close all clc %Input l1= 1; l2= 0.7; theta1= linspace(0,100,7); theta2= linspace(0,100,7); ct= 1; for i= 1:length(theta1) THETA1 =theta1(i); for j= 1:length(theta2) THETA2= theta2(j); x0= 0; y0= 0; x1= l1*cosd(THETA1);…
03 Feb 2022 12:32 AM IST
Week 3 - Solving second order ODEs
https://youtu.be/E7OrNK3sipw % a program that will simulate the pendulum motion. clear all; close all; clc; b = 0.05; g = 9.81; m = 1; l = 1; %initial condition for displacement and velocity %displacement is 0 and initial velocity is 3 m/s theta_0 = [0;3]; %time points t_span = linspace(0,20,500); ct = 1; %solve ODE [t,results]…
01 Feb 2022 01:01 PM IST
Week 4.1 - Genetic Algorithm
% Genatic_algorithm close all clear all clc x=linspace(0,0.6,150); y=linspace(0,0.6,150); [xx,yy]=meshgrid(x,y); for i=1:1:length(xx) for j =1:length(yy) vector(1)=xx(i,j); vector(2)=yy(i,j); f(i,j)=stalagmite(vector); end end num_cases=50; %study1-unbound calculations tic for i=1: num_cases [inputs,fopt(i)]=ga(@stalagmite,2);…
10 Feb 2022 12:46 AM IST
Project 1 - Parsing NASA thermodynamic data
please Run the programm to see the output graphs % nasa praising thermodynamics clear all close all clc % Make directory mkdir 'C:UsersAdminDesktopNASA File Parsing' % Reading Data file - NASA Thermodynamic % Open a file & 'r' Open the file for reading f1=fopen('THERMO.dat','r') gt=fgetl(f1); % Obtaing Temperatures…
15 Feb 2022 01:14 AM IST
10 Course Certificates
Development of Hybrid Drives using MATLAB & Simulink
Academic Qualification
MBA
D.Y.Patil University,Navi Mumbai
01 Jan 2022 - 01 Jan 2024
B.Tech
Gujarat Technological University
12 Aug 2015 - 09 Jun 2019
12th
Piperdiwala English Medium High School(Sec.& Higher Sec.Section)
10 Jun 2013 - 27 Mar 2015
10th
Piperdiwala English Medium High School(Sec.& Higher Sec.Section)
06 Jun 2012 - 27 Mar 2013
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.