Menu

Executive Programs

Workshops

Projects

Blogs

Careers

Student Reviews



More

Academic Training

Informative Articles

Find Jobs

We are Hiring!


All Courses

Choose a category

Loading...

All Courses

All Courses

logo

Curve fitting using MATLAB

Aim – To write a program to fit a linear and cubic polynomial for Cp.   Objective – 1. To write a code to fit a linear and cubic polynomial for the given Cp data. Plot the linear and cubic fit curves. Explain the parameters used to measure the fitness characteristics   Theory – Curve fitting…

Project Details

Loading...

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.

Please  login to add a comment

Other comments...

No comments yet!
Be the first to add a comment

Read more Projects by vinayak jauhari (13)

Data analysis using Python

Objective:

Aim – Data analysis and File parsing using Python   Objective – To write a code for parsing the data file for data visualization. To perform compatibility check. To solve basic performance calculations.   Theory – File Parsing –Parsing means to convert data in a certain format into a more…

calendar

03 Jul 2020 09:26 PM IST

    Read more

    Curve fitting using Python

    Objective:

    Aim – To write a program to fit a linear and cubic polynomial for Cp.   Objective – To write a code to fit a linear and cubic polynomial for the given Cp data. Plot the linear and cubic fit curves. Explain the parameters used to measure the fitness characteristics   Theory – Curve fitting is…

    calendar

    26 Jun 2020 09:47 PM IST

      Read more

      Solving second order ODEs using Python

      Objective:

      Aim – Solving a second order Ordinary Differential Equation (ODE) using Python   Objective – To write a program which can solve a second order Ordinary Differential Equation (ODE). To plot the displacement and velocity graph for a simple pendulum. To create an animation for a simple pendulum motion.  …

      calendar

      22 Jun 2020 09:06 PM IST

        Read more

        Solving Air standard Cycle using Python

        Objective:

        AIM – Solving the Otto Cycle and plotting the P-V diagram.   Objective – 1. To write a code that can solve an Otto-cycle. 2. To write a code to create a PV diagram. 3. To calculate the efficiency of the Otto-cycle.   Theory – An Air-standard Otto Cycle is an idealized thermodynamic cycle that…

        calendar

        21 Jun 2020 05:12 AM IST

          Read more

          Drawing the Mohr’s Circle in MATLAB

          Objective:

          Aim – To draw the Mohr’s Circle in MATLAB.   Objective – To draw the Mohr’s circle for 3-D stress tensor. To draw the Mohr’s circle for 2-D stress state. To calculate the principal stresses in both 3-D and 2-D cases.   Theory – Mohr's circle, invented by Christian Otto Mohr,…

          calendar

          07 Jun 2020 09:56 PM IST

          • MATLAB
          Read more

          Creating Rankine cycle simulator using MATLAB

          Objective:

          Aim – To create a Rankine cycle simulator using MATLAB.   Theory – The Rankine cycle or Rankine Vapour Cycle is an idealized thermodynamic cycle of a heat engine that converts heat into mechanical work while undergoing phase change. The Rankine cycle is the process widely used by power plants such as coal-fired…

          calendar

          04 Jun 2020 11:47 PM IST

          Read more

          Parsing NASA thermodynamic data using MATLAB

          Objective:

          Aim – Parsing NASA’s thermodynamic data using MATLAB.   Objective – To parse NASA’s thermodynamic data file. To write a function that extracts the 14 co-efficients and calculates the enthalpy, entropy and specific heats for all the species in the data file. To calculate the molecular weight…

          calendar

          03 Jun 2020 10:40 PM IST

          Read more

          To optimize Stalagmite function & finding the global maxima with Genetic Algorithm

          Objective:

          Aim – To optimize Stalagmite function & to find the global maxima using MATLAB.   Objective – 1. To study briefly about Genetic Algorithm. 2. To write a code for the optimization of stalagmite function. 3.To find the global maxima of stalagmite function using Genetic Algorithm. 4. To plot the graph…

          calendar

          31 May 2020 11:57 AM IST

          Read more

          Curve fitting using MATLAB

          Objective:

          Aim – To write a program to fit a linear and cubic polynomial for Cp.   Objective – 1. To write a code to fit a linear and cubic polynomial for the given Cp data. Plot the linear and cubic fit curves. Explain the parameters used to measure the fitness characteristics   Theory – Curve fitting…

          calendar

          31 May 2020 11:53 AM IST

          Read more

          Solving second order ODEs

          Objective:

          Aim – Solving a second order Ordinary Differential Equation (ODE) using MATLAB.   Governing Equation – The second order differential equation used for a simple pendulum is as following - `(d^2 θ)/(dt^2 )+ b/m (d θ)/dt +g/L sin⁡θ=0`   where, b = damping coefficient = 0.05 Ns/m; m…

          calendar

          28 May 2020 06:18 PM IST

          Read more

          Solving the Otto-cycle

          Objective:

          AIM – Program to solve the Otto Cycle and plot the P-V diagram.   Theory –                An Air-standard Otto Cycle is an idealized thermodynamic cycle that describes the functioning of a typical Spark Ignition engine. It consists of…

          calendar

          25 May 2020 05:34 PM IST

            Read more

            Simulation of the motion of a Robotic Arm

            Objective:

            AIM – Program to simulate the forward kinematics of a 2R Robotic Arm   Objective – 1. To write a program for the forward kinematics of a 2R Robotic Arm. 2. To create a simulation showing the motion of Robotic Arm.                        …

            calendar

            23 May 2020 08:48 AM IST

              Read more

              Drag force calculation on a cyclist.

              Objective:

              Aim – Program to calculate the drag force against a cyclist. Governing Equation –   [ FD = 0.5*cD*ƍ*A*v2 ] Where, FD = Drag force on the cyclist (N); CD = Drag coefficient; A = Frontal Area (m2); ƍ (rho) = Density of air (kg/m3); v = Velocity of the cyclist (m/s).               …

              calendar

              21 May 2020 09:52 AM IST

                Read more
                Showing 1 of 13 projects