Aim:- To produce the curve fit using MATLAB and to determine the best fit to predict the data Link of the data- https://drive.google.com/file/d/1vWi9Vj3AdQf0gqUK1u9jwS8zg92BHGR0/view Curve fit- Curve fitting is the process of constructing a curve or mathematical function, that has the best fit to a series of data…
Rahul Yadav
updated on 22 Jun 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 Rahul Yadav (14)
Newton-Raphson method using Python
Aim- Breaking Ice with Air cushion Vehicle - Finding Minimum Pressure with Newton-Raphson method Theory- The Newton-Raphson method (also known as Newton's method) is a way to quickly find a good approximation for the root of a real-valued function f ( x ) = 0 f(x) = 0 f(x)=0. It uses the…
10 Jul 2020 04:03 PM IST
Rankine Cycle Simulator
Aim-Create a Rankine Cycle Simulator using OCTAVE/MATLAB. OBJECTIVE- Create a Rankine Cycle Simulator using OCTAVE/MATLAB. calculate the state points of the Rankine Cycle (any type of your choice) based on user inputs. plot the corresponding T-s and h-s plots for the given set of inputs. LIBRARY…
06 Jul 2020 09:57 AM IST
Data analysis using python
Aim- To read the file 'engine_data.out' and perform the following operations on the data. Objective- 1) Data extraction - …
05 Jul 2020 06:47 AM IST
Program to perform curve fitting in Python
AIM- Program to perform curve fitting in Python. Introduction- 1. Defining functions- math and matplotlib.pyplot were imported for using mathematical functions and plotting. numpy was imported to do mathematical operations on arrays and curve_fit was imported to fit the given points according to the specified equation.…
02 Jul 2020 07:41 PM IST
Solving second order ODEs using Python
AIM- SOLVING SECOND ORDER ODE. OBJECTIVE- Write a program in Python that will simulate the pendulum motion. write a program that solves the following ODE. This ODE represents the equation of motion of a simple pendulum with damping THEORY- WHAT IS SIMPLE PENDULUM? A pendulum is a weight suspended from a pivot so…
02 Jul 2020 07:23 PM IST
Air standard Cycle using Python programming
AIM- Program to solve the otto cycle, plot P-V diagram and calculate efficiency of the cycle. Theory- The Otto cycle is the name for the cycle used in spark-ignition IC Engine such as gasoline/petrol. Its theoretical efficiency depends on the compression ratio cr of the engine and the specific heat ratio γ of the…
02 Jul 2020 07:07 PM IST
Program to simulate the forward kinematics of a 2R Robotic Arm using Python
AIM- To write a program to simulate the forward kinematics of a 2R Robotic Arm in Python. OBJECTIVE- 1. To solve and simulate the forward kinematics of a 2R Robotic Arm. 2. Understand the movement of the manipulator. 3. To create the animation of working of a 2R Robotic Arm. INTRODUCTION- A robotic arm is a robot manipulator,…
02 Jul 2020 06:15 PM IST
Drag Force and its variation with Velocity and Cd using python.
Aim- Drag Force: and its variation with Velocity and Cd. Objective- Write a Python program to calculate drag force against a cyclist. The factors involved are Velocity, Drag coefficient, Frontal Area, Density of air. Write a program to plot Velocity vs Drag force. (25 points) Write a program to plot Drag Co-efficient…
02 Jul 2020 06:03 PM IST
Parsing NASA thermodynamic data
AIM-Make a function that extracts the 14 coefficients and calculates the enthalpy, entropy and specific heats for all the species in the data file Introduction- File parsing is reading data from a file and manipulating or using this data for our convenience. Here we read data from a THEMO .dat file issued by NASA which…
25 Jun 2020 06:41 PM IST
Curve Fitting Using MatLab
Aim:- To produce the curve fit using MATLAB and to determine the best fit to predict the data Link of the data- https://drive.google.com/file/d/1vWi9Vj3AdQf0gqUK1u9jwS8zg92BHGR0/view Curve fit- Curve fitting is the process of constructing a curve or mathematical function, that has the best fit to a series of data…
22 Jun 2020 06:28 PM IST
MatLab code to solve otto cycle,generate p-v graph and calculate thermal efficiency
Objective- Write a code that can solve an Otto cycle, generate p-v plot and calculate thermal efficiency of the engine Software Used- MatLab Description- …
22 Jun 2020 02:03 PM IST
Simulate the forward kinematics of a 2R Robotic Arm using MatLab
Objective- Simulation of forward kinematics of a 2R Robotic Arm using MatLab Software used - MatLab Introduction- The robotic arm consists of two links of lengths L1 and L2. L1 makes an angle of θ1 with the horizontal and L2 makes an angle of θ2 with the horizontal drawn from the…
22 Jun 2020 01:50 PM IST
Second Order ODE solving for Simulate the movement of simple pendulum
Aim- A program to simulate the transient behaviour of a simple pendulum and to create an animation of its motion Software- MatLab Sub Objectives:- Write a program to solve the ODE…
22 Jun 2020 09:14 AM IST