Curve Fit using Matlab Program Aim: To perform linear and cubic curve fit to set of given data using Matlab program and measure the characteristic of the curve fit performed. Theory: Curve fitting is important and useful in mathematics as it describes how your data changes mathematically. You can perform additional mathematical…
Abhijeet Pawar
updated on 21 May 2020
Project Details
Leave a comment
Thanks for choosing to leave a comment. Please keep in mind that all the comments are moderated as per our comment policy, and your email will not be published for privacy reasons. Please leave a personal & meaningful conversation.
Other comments...
Read more Projects by Abhijeet Pawar (10)
Project 1 - Parsing NASA thermodynamic data
https://skill-lync.com/projects/parsing-nasa-s-thermodynamic-data-file-using-matlab-program
31 May 2020 09:27 AM IST
Parsing NASA's Thermodynamic Data file using Matlab program
Parsing NASA’s Thermodynamic Data file Aim: To parse the NASA’s thermodynamics data file to extract the co-efficient and use it to calculate thermodynamic properties using Matlab program. Theory: File Parsing basically refers to how information can be read from particular file or text file and how that…
31 May 2020 09:24 AM IST
Week 4 - Genetic Algorithm
https://skill-lync.com/projects/optimizing-stalagmite-function-using-matlab-program-and-finding-global-maxima
24 May 2020 02:18 PM IST
Optimizing Stalagmite function using Matlab program and Finding Global Maxima
Optimize Stalagmite Function using Matlab Aim: To optimize Stalagmite function and find the Global maxima of the function using the Matlab program Theory: Genetic Algorithm: The genetic algorithm is a method for solving both constrained and unconstrained optimization problems that is based on natural selection, the process…
24 May 2020 02:16 PM IST
Curve Fitting using Matlab program and Measuring fitness characteristics
Curve Fit using Matlab Program Aim: To perform linear and cubic curve fit to set of given data using Matlab program and measure the characteristic of the curve fit performed. Theory: Curve fitting is important and useful in mathematics as it describes how your data changes mathematically. You can perform additional mathematical…
21 May 2020 08:55 AM IST
Week 3 - Solving second order ODEs
https://skill-lync.com/projects/solving-second-order-differential-equation-to-simulate-simple-pendulum-using-matlab-program
18 May 2020 12:44 PM IST
Plotting PV diagram of Otto cycle using Matlab program
Plotting of Otto Cycle using Matlab Program Aim: Using Matlab program create a plot for PV diagram of otto cycle and also calculate the thermal efficiency of otto cycle. Theory: Otto Cycle is used now-a-days in spark ignition engine. 4-Stroke petrol engine operates on air standard Otto cycle. It completes the Otto cycle…
09 May 2020 01:03 PM IST
Forward Kinematics simulation of 2R Robotic arm using Matlab Program
Aim: To simulate the Forward Kinematics of 2R Robotic Arm using Matlab Program and create an animation file of the plot. Project Description: (a) Introduction 2R Robotic Arm consist of 2 Links and 2 rotational joints as shown in the figure(a). 2R robotic arm are used in various industrial applications like Welding tools,…
07 May 2020 05:43 AM IST
Calculation of Drag Force on a Cyclist using Matlab program
Aim: To calculate the drag force acting on the cyclist and plotting the relation for velocity and drag Co-efficient against Drag force using Matlab program. Governing Equation: When a cyclist is moving in a certain direction, he experiences a resisting force acting in opposite direction of movement of cycle. This…
06 May 2020 09:16 AM IST
Basic Matlab commands
To create row and column vectors, we use the concept of arrays and the resulting vectors are created in form of rows and column matrix which can be one dimensional or two dimensional depending on the input. The commands used to create row vector of size 1x4, column vector of size 4x1, row and column vector of size 2x4…
06 May 2020 04:48 AM IST