All Courses
All Courses
Courses by Software
Courses by Semester
Courses by Domain
Tool-focused Courses
Machine learning
POPULAR COURSES
Success Stories
Yug Jain
Skills Acquired at Skill-Lync :
Bicycle drag force plots on Python
`F_d= (C_d * A * rho * v^2)/2` where, `C_d` = Drag coefficient `A` = Area `rho`= = Density of fluid `v`= velocity `F_d` Drag force Part1 :- Ploting Drag force vs velocity. This script plots Drag force vs velocity. """ Code to calculate drag force experienced by…
18 Jul 2018 09:49 AM IST
Parsing NASA thermodynamic data on MATLAB
This code asks for substance molecular formula as input. It outputs the molecular weight. It takes the co-efficient data of the corresponding substance from NASA thermodynamic data file named "therm.dat". Then, it calculates the specific enthalpy, specific entropy, and specific heat for range of temperature…
12 Jun 2018 12:52 PM IST
Curve fitting over Specific heat vs Temperature data on Python
This project is on curve fitting given a data set containing range values for two variables, temperature and specific heat in this case. This code uses curve_fit function from scipy to fit linear,qudratic,cubic and multiple functions to the data set. Finally, it also calculates mean squared error for each fit. """ This…
19 Jul 2018 01:38 PM IST
2R Robotic Arm Simulation on MATLAB
This MATLAB code simulates a 2 link robot Kinematics for each link moving from 0 degree to 90 degrees. two_R_Robotic_Arm_Simulation.m %% Clearing close all; clear; clc; %% Inputs l1 = 1; % Length of Link 1 (m) l2 = 0.5; % Length of Link 2 (m) theta = 0:10:90; % Range of values of angle for Link 1 and 2 w.r.t X-direction…
26 Jun 2018 07:37 AM IST
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.