Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Active Tutors
Asked Questions
Answered Questions
The figure below shows the result of a particle tracking experiment where lateral positions of fluorescent polystyrene sulphonate (PSS) molecules were recorded.
Use any libraries on Matlab to build the HMM model that includes two hidden states (A, B) and two possible events in observation (yes, no)
We will use the Hough Transform to recognize straight lines in contour images. Explain why the polar coordinates representation of lines, ρ = x cos θ + y sin θ, is more suitable
The brainwave could change from time to time. The changes will be involved in small value and this program should able to capture these small changes so that can recognize accurate brainwave pattern
Write a program which creates a Contacts object.
How you could implement a Hough Transform to detect circles using this form of equation? Comment on this methods relative merits/drawbacks.
You will create two graphs. The first graph will be the temperature during laser irradiation as a function of time calculated using equation. The second graph will be the temperature after laser irrad
Develop a computer program which could be used for internal flow analysis in SI units. The program must be able to:Get the required input data from the user,Decide the flow type (laminar, turbulent or
Computed with simulated floating point arithmetic with precision base ten bits (and matlabs internal full precision arithmetic if precision= 0).
Make a horizontal flip of the original image. Make a vertical flip of the original image. Rotate the original image 90 degrees counter clockwise. Rotate the original image 90 degrees clockwise.
For this assignment, you will need create four separate MatLab user-defined functions called “cs151sp13assn6first.m”, “cs151sp13assn6point.m”, “cs151sp13assn6second.m&r
Write single MATLAB statements to create these vectors from any vector Z. You can use vector Z shown as a sample input. Create a single m-file script (non-function) to containing all the statements.
Write a MATLAB program to plot the shear force and bending moment diagrams for the beam shown in the figure.
Graph several solutions to dx/dt = y, dy/dt = -k2 sin x - γy, with k = 1, including at least the three solutions with the initial conditions (x(0),y(0)) = (0,1.5), (0,2), and (0,2.5), for0 &le
Write a general Power Flow Program to solve power balance equations. Use Fast Decoupled Method.
A 4-input Neuron has weights (1,-1, 0, 0.5.Calculate the network output when the following input vectors are applied.
Use the solve command to determine the wind speed needed to give a particular wind chill at a given temperature (or at given wind speed).
Use Matlab to answer the following system of linear equations: 2x + y + 3z = 1Make a three dimensional diagram of function z = (x-2)2 + (y-3)3.
Design a Huffman codebook for such symbols. Find out the average bit rate and compared it to the entropy of this source.
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.