Aim: Writing code to fit a linear and cubic polynomial for the Cp data. Formulas : These are the some of the formulas are used to check the goodness of fit: The maximum square error`J= 1/(2m)*∑_(i=1)^m(y_(i-) y Ì )^2` Sum square total`SST =∑_(i=1)^m (y_(i-) y Ì )^2` Sum square error`SSE = ∑_(i=1)^m(y_(i-)…
Vinayak More
updated on 08 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 Vinayak More (6)
Project 1 - Parsing NASA thermodynamic data
Aim: Writing a function that extracts the 14 co-efficients and calculates the enthalpy, entropy and specific heats for all the species in the data file. Objectives: Calculate the molecular weight of each species and display it in the command window. Plot the Cp, Enthalpy and Entropy for the local temperature…
17 May 2020 05:14 AM IST
Week 4 - Genetic Algorithm
Aim: Writing a code in MATLAB to optimise the stalagmite function and find the global maxima of the function.Objectives:· Clearly explaining the concept of genetic algorithm.· Explaining…
16 May 2020 09:19 AM IST
Curve fitting in Matlab
Aim: Writing code to fit a linear and cubic polynomial for the Cp data. Formulas : These are the some of the formulas are used to check the goodness of fit: The maximum square error`J= 1/(2m)*∑_(i=1)^m(y_(i-) y Ì )^2` Sum square total`SST =∑_(i=1)^m (y_(i-) y Ì )^2` Sum square error`SSE = ∑_(i=1)^m(y_(i-)…
08 May 2020 06:10 AM IST
Forward Kinamatics of Robotic Arm
Aim: Writing a program in Matlab to simulate the forward kinematics of a 2R Robotic Arm. Objectives: To analyze the motion of 2R Robotic Arm Theory: As the name robotic arm indicates it is programmable, mechanical arm which works based on the functional requirements.…
06 May 2020 02:58 AM IST
Writing a program in Matlab that will simulate the pendulum motion
Project report Aim: Writing a program in Matlab that will simulate the pendulum motion. Objectives: Objective is to write a program that solves the following ODE. This ODE represents the equation of motion of a simple pendulum with damping. `(d^2 θ)/(dt^2 )+ b/m (dθ)/(dt)+ + g/L sinâ¡θ=0`…
06 May 2020 02:28 AM IST
Mat lab to solve Air standard cycle and to make plots for it
Project report Aim: Writing a program in Mat lab to solve Air standard cycle and to make plots for it Formula: `V=V_c*(1+1/2*(r_c-1)[(R+1-cosθ-(R^2-ãsinã^2 θ)^(1/2) ]` Where V = Volume …
05 May 2020 06:07 AM IST