Menu

IIT Certification 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

Week 4.1 - Genetic Algorithm

AIM: To study about Genetic algorithm and to calculate the global maxima of Stalagmite function using MATLAB OBJECTIVE: To write a code in Matlab to optimise the Stalagmite function and find the global maxima of the function PROGRAMME: 1).Stalagmite function  function [f] = stalagmite(input_vector) x = input_vector(1);…

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 Varun Prasad (6)

Project

Objective:

Aim: To study and prepare technical report for system-level simulation of BAJA ATV. OBJECTIVE: Study of BAJA ATV model without dashboard  Study of BAJA ATV model with dashboard  Study of BAJA ATV model using lookup table without dashboard  Study of BAJA ATV model using lookup table with dashboard  INTRODUCTION:…

calendar

29 Jun 2022 05:57 AM IST

    Read more

    Week - 4

    Objective:

    AIM: Implement control logic of a “washing machine” using Stateflow as per given sequence:  If the power supply is available, the system gets activated  If the Water supply is not available, stop the process & indicate through LED Soaking time should be 200s followed by Washing time of 100s. Then…

    calendar

    27 Jun 2022 02:33 PM IST

    • MATLAB
    Read more

    Week -2

    Objective:

    AIM: 1) Make a Simulink model of Doorbell using solenoid block with the following details: In the above arrangement, when the switch is closed the electromagnet receives electrical power from the battery and pulls the metal arm to hit the bell producing sound.               …

    calendar

    22 Jun 2022 08:11 AM IST

      Read more

      Week 4.1 - Genetic Algorithm

      Objective:

      AIM: To study about Genetic algorithm and to calculate the global maxima of Stalagmite function using MATLAB OBJECTIVE: To write a code in Matlab to optimise the Stalagmite function and find the global maxima of the function PROGRAMME: 1).Stalagmite function  function [f] = stalagmite(input_vector) x = input_vector(1);…

      calendar

      18 Apr 2022 07:37 AM IST

      Read more

      Week 3 - Solving second order ODEs

      Objective:

      AIM: To solve a second order ordinary differential equation (ODE) using the MATLAB. OBJECTIVE: To understand how to solve the ODE using MATLAB and to simulate the pendulum motion with the given time. PROGRAMME: 1). Programme for solving Second order ODE. clear all close all clc % Inputs l = 1; m = 1; b = 0.05; g = 9.81;…

      calendar

      26 Mar 2022 09:08 AM IST

      Read more

      Week 2- 2R Robotic Arm Challenge

      Objective:

      AIM: To simulate the forward kinematics of a 2R Robotic Arm. OBJECTIVE: To understand and trace the movement of the robotic arm with the help of Matlab by animation. PROGRAMME: % Forward Kinematics of robotic arm close all clear all clc % Inputs theata1 = linspace(0,90,10); theata2 = linspace(0,90,10); l1 = 1; l2 = 0.5;…

      calendar

      22 Feb 2022 11:34 AM IST

        Read more
        Showing 1 of 6 projects