Aim: Write a code in MATLAB to optimize the stalagmite function and find the global maxima of the function. Plot graphs for all 3 studies and for F maximum vs no. of iterations. Clearly explain the concept of genetic algorithm in your own words and also explain the syntax for ga in…
Sayuj P C
updated on 22 Feb 2022
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 Sayuj P C (5)
Week - 4
Aim: Implement control logic of a “washing machine” using Stateflow as per the given sequence: If the power supply is available, the system gets activated If the Water supply is not available, stop the process & indicate through the LED Soaking time should be 200s followed by Washing time of…
25 Sep 2022 05:40 PM IST
Week -2
Aim: Make a Simulink model of a Doorbell using a 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. Create a situation where the switch is closed…
07 Aug 2022 12:22 PM IST
Project 1 - Parsing NASA thermodynamic data
Aim: 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. The FIRST 7 coefficients are HIGH-temperature coefficients and the SECOND 7 coefficients are LOW-temperature coefficients. Also use the LOCAL…
17 Jul 2022 11:58 AM IST
Week 4.1 - Genetic Algorithm
Aim: Write a code in MATLAB to optimize the stalagmite function and find the global maxima of the function. Plot graphs for all 3 studies and for F maximum vs no. of iterations. Clearly explain the concept of genetic algorithm in your own words and also explain the syntax for ga in…
22 Feb 2022 12:52 PM IST
Week 3 - Solving second order ODEs
Aim: To write a program to solve the seconde order ODE for the motion of a simple pendulum and tp plot the angular displacement and angular velocity with respect to time. Theory: Let theta=theta1 dtheta1/dt=theta2 dtheta^2/dt=dtheta2/dt Main code explanation The input variable are given b=0.05; % Damping Co efficient(Ns/m)g=9.81;…
21 Nov 2021 05:23 AM IST