All Courses
All Courses
Courses by Software
Courses by Semester
Courses by Domain
Tool-focused Courses
Machine learning
POPULAR COURSES
Success Stories
AMRITPAL SINGH
Skills Acquired at Skill-Lync :
CURVE FITTING
clear allclose allclc %Preparing the data cp_data=load(\'data\');temperature=cp_data(:,1);cp=cp_data(:,2); %Curve fit %cp=a*T^2+b*T+c co_effs=polyfit(temperature,cp,2);predicted_cp=polyval(co_effs,temperature); %Compare my curve fit with the original data plot(temperature,cp,\'linewidth\',3)hold onplot(temperature,predicted_cp,\'linewidth\',3,\'color\',\'r\')xlabel(\'Temperature[K]\')ylabel(\'Specific…
14 Nov 2019 02:45 AM IST
ROW COLUMN VECTOR IN MATLAB
clcclose allclear all %inputs x=[1 2 3 4 5 6 7 9] y=[5 6 7 8 67 78 98 87] %calculations z=x.*y %plotting plot(x,z,\'linewidth\',2)xlabel(\'X\')ylabel(\'Z\')
17 Oct 2019 09:59 AM IST
DRAG FORCE AGAINST CYCLIST
%Inputs %Drag coefficient c_d=0.6 %Area m^2 A=0.5 %Density kg/m^3 rho=1.5 %Velocity V=[1:20]; drag_force=0.5*rho*A*V.^2*c_d; plot(drag_force,V) xlabel(\'drag_force\') ylabel(\'velocity\') %Inputs %Drag coefficient c_d=0.6 %Area m^2 A=[1:10]; %Density kg/m^3 rho=1.5 %Velocity m/s^2 V=1 drag_force=0.5*rho*A*V^2*c_d;…
23 May 2018 12:27 AM IST
TO COMPARE THE BENDING PERFORMANCE OF THREE TYPES OF BEAMS
AIM:TO COMPARE THE BENDING PERFORMANCE OF THREE TYPES OF BEAMS. INTRODUCTION:- 1. STRESS: It is the resistance offered by the body to deformation.It is equal to load upon area. 2. STRAIN:Deformation per unit length in the direction of deformation is called strain.It is equal to change in length upon original length.…
17 Oct 2019 03:20 AM IST
4 Course Certificates
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.