The aim of this project is to take a temperature data file and plot the variation of Cp value with respect to temperature. Using the resultant curve we try to make a curve fit to define a polynomial equation to represent our data and minimize the error in our equation. `sum(cp(i) - f(t))^2` We started off with loading…
Mayank Arora
updated on 28 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 Mayank Arora (4)
Project 1 - Parsing NASA thermodynamic data
FILE PARSING NASA's THERMODYNAMIC DATA this project uses simple file parsing commands to access complex huge data files provided by NASA as their thermodynamic data. NASA provided this thermodynamic data with a database of over 1000 species, this data includes about 14 coefficients including Cp, H and S values of every…
19 Jun 2020 06:43 PM IST
Week 4 - Genetic Algorithm
Genetic algorithm to predict maxima and minima of a stalagmite deposition. “Stalagmite is an upward growing mound of mineral deposits that have precipitated from water dripping onto the floor of a cave.” In this project we will try to define a function to plot the surface of a stalagmite deposition as…
18 Jun 2020 08:09 AM IST
Week 3 - Solving second order ODEs using MATLAB
the project was started off using the same basic code as the one used in 2R robot challenge. the code takes initial values defined in the code below and then uses a custom function created (Odefun.m) to define the ordinary differential equation and the relation between the initial values and the time and result values.…
28 May 2020 11:22 PM IST
Curve Fitting with a high order polynomial equation using MATLAB
The aim of this project is to take a temperature data file and plot the variation of Cp value with respect to temperature. Using the resultant curve we try to make a curve fit to define a polynomial equation to represent our data and minimize the error in our equation. `sum(cp(i) - f(t))^2` We started off with loading…
28 May 2020 11:21 PM IST