Electronics Engineering
Question Create a 5x50 matrix that has the t values and the four y values for the given plots. Write that matrix out to a file. Write out the A matrix as well. Make the size of m ...
Question Read in your matrix m, then write m out in four separate files, with each filename having the value of A that was used to create that data. Each file consists of a 2x50 m...
Question Create and title four subplots. Create the titles using string manipulation. Make it so you can change the number of A values there are, ie, if A had three numbers in it,...
Question A logarithmic spiral is a shape commonly found in nature, but it also has engineering implications. For instance, the logarithmic spiral of a nautilus shell enables highl...
Question Let the random variable X denote the number of customers arriving in a certain store per hour, which is modelled as a Poisson process with the rate λ= 4 such that ...
Question Solve the following using MATLAB: Write the discrete-time simulation code to simulate the above spider-fly problem (you can either simulate the Markov Chain model, or si...
Question Let X be a continuous random variable. For each of the following cases when X is an Exponential distribution, X~ Exp ( ), = 2; X is a Normal distribution, X~ N ( &m...
Question Solve the following using MATLAB: A spider and a fly move along a straight line in unit increments. The spider always moves towards the fly by one unit. The fly moves to...
Question Write a script to plot the following mathematical function in the domain -5 ≤ t ≤ 1 in increments of 0.05. &n...
Question Design a circuit that amplifies signals from a moisture sensor whose terminal resistance varies over a range from 0.1mΩ to 10Ω when biased at a current level ...
Question The response of circuits containing resistors, inductors and capacitors depends upon the relative values of the resistors and the way they are connected. An important int...
Question a) Create an anonymous function called my_function, equal to b) Use the fplot function to create a plot from x = - 5 to x = + 5. Recall that the fplot function can acc...
