Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Solved Assignments
Asked Questions
Answered Questions
Code an interactive game in MatLab. You choose the game, choose the rules, choose the number of players.
Create a MATLAB function called question3 that finds the root of an equation numerically using the following recursive formula.
Make a vector representing x coordinates of a measurement with 20 points between 0 and 10.
The decay equation for a radioactive isotope is given by Q(t) = Q(0)e-λt, where Q(0) is the initial quantity (at t = 0), λ is the radioactive decay constant and t is the time.
Apply a 3-by-3 Laplacian filter (B) in spatial domain on the original image and then display the filtered image.
Show the pseudocode and flowchart for one of the methods.
Create an iRobot to autonomously navigate a maze. The maze will consist of black lines on a white surface. Your robot will be placed at the start of the maze, faced in any direction (my choice).
The main purpose of this assignment is to find out via statistical analysis the probability distribution of the numerical data contained in a *.csv (comma separated) file.
Write out the commands which will create the following matrix. You can use just special matrix commands.
Use MATLAB to solve the given system of linear equations
Determines the volume of the water in the tank from the position (height h) of the float.
A bolt pressed against the flat surface of a bar. This might occur during flexure testing of a material.The stresses in an elastic material under a concentrated line load.
This assignment is to use Reinforcement Learning to solve the following ‘Windy Grid World’ problem.
Can a single Neuron implement each of the functions? If so, describe the structure of a Neuron that implements it; if not, discuss and explain why not.
Using Huckel theory, write a program which solves for the molecular orbitals and energy levels in a conjugated or aromatic hydrocarbon.
In this work, it is needed to investigate the best method to embed watermark image into fingerprint image. We need to compare between high, middle and lower frequency coefficients and find the best
Write down a MATLAB function (upper Triangle) by using the functions you previously made to transform a matrix to upper triangular form.
Use the rand function to combinations with a rounding function to create a user defined function which returns a simulation of one roll of a dice.
Write a function which solves a system of linear equations or calculates the inverse of the matrix by Gauss-Jordan elimination and function must accept a matrix as an argument and return a matrix of t
You are given a binary image consisting of only zeros and ones, see image. Apply required morphological operations and give the output images on the grid.
Find the best of values of β by using Monte Carlo simulation.
Write a computer program to develop a Linear Support Vector Machine SVM. Your program must be capable to incorporate and answer the questions.
Write a computer program to develop a Linear Support Vector Machine SVM. Discuss how you can increase the generalization property of your Linear SVM?