Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Browse M

Alphabetical listing with fast deep pagination.
30746 items • Page 281 / 615

All 0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Matlab question, Please show all steps and commands you type in matlab Type your
Matlab question, Please show all steps and commands you type in matlab Type your question here Find the the x and y intercepts the maximum and minimum (graphically) of the functio…
Matlab question, please use matlab to solve the following questions and provide
Matlab question, please use matlab to solve the following questions and provide the codes. Three formulae for approximating f' are h) ( h) 2h CD,(h) = 12h Consider f(x) je2z at Z …
Matlab question: A list of 30 exam scores is: 31, 70, 92, 5, 47, 88, 81, 73, 51,
Matlab question: A list of 30 exam scores is: 31, 70, 92, 5, 47, 88, 81, 73, 51, 76, 80, 90, 55, 23, 43, 98, 36, 87, 22, 61, 19, 69, 26, 82, 89, 99, 71, 59, 49, 64 Write a compute…
Matlab question: Data from three force sensors is recorded in forcetest.csv. The
Matlab question: Data from three force sensors is recorded in forcetest.csv. The first column is the channel (sensor 0, 1 or 2), the second column is the voltage measurement in vo…
Matlab question: Discrete Fourier Transform (DFT) and Fast Fourier Transform (FF
Matlab question: Discrete Fourier Transform (DFT) and Fast Fourier Transform (FFT) The DFT of a sequence x(n) with length N is defined: X[k] = sigma_n = 0^N - 1 x[x] W^kn for each…
Matlab question: It is difficult to identify the frequency components by looking
Matlab question: It is difficult to identify the frequency components by looking at the original signal in the time domain. We can analyze the signal in the frequency domain using…
Matlab question: Part 2: A Tale of Two Banks (12 points) Two banks are competing
Matlab question: Part 2: A Tale of Two Banks (12 points) Two banks are competing for customers on the basis of their respective services, locations and community involvement. Howe…
Matlab question: Write a function to implement n!/(n-k)!. Name the function perm
Matlab question: Write a function to implement n!/(n-k)!. Name the function perms. Design criteria: a. The input n is bigger than or equal to k. Both are whole numbers. b. Use exa…
Matlab question: Write a function to implement n!/(n-k)!. Name the function perm
Matlab question: Write a function to implement n!/(n-k)!. Name the function perms. Design criteria: a. The input n is bigger than or equal to k. Both are whole numbers. b. Use exa…
Matlab question? The function e x can be approximated by its McLaurin series exp
Matlab question? The function e x can be approximated by its McLaurin series expansion as follows (note the alternating + and -): e^-x 1 - x + x^2/2! - x^3/3! + ... plusminus x^n/…
Matlab questions about uicontrols, multiple choice Question{21} - Question{25}:
Matlab questions about uicontrols, multiple choice Question{21} - Question{25}: Match the following options with the descriptions below: A. Pushbutton; B. Slider; C. Radiobutton; …
Matlab questions! 1.Give the Matlab command to create the following matrix as M
Matlab questions! 1.Give the Matlab command to create the following matrix as M in the workspace: 1 2 3 4 5 6 7 8 9 a. Give the command that will find the product of M22 and M31 b…
Matlab repetition problem, please help! Thanks! The Project: You are asked to us
Matlab repetition problem, please help! Thanks! The Project: You are asked to use an iterative method to solve the following problem: You are manning an anti-aircraft gun with a m…
Matlab required In Matlab %Here is the my_divd function.. function f = my_divdif
Matlab required In Matlab %Here is the my_divd function.. function f = my_divdif(n,x,f) % function f = my_divdif(n,x,f) % Computes diagonal of divided difference table % Inputs: %…
Matlab required. We?ve run an experiment to determine the volumetric flow rate o
Matlab required. We?ve run an experiment to determine the volumetric flow rate of water in a pipe given the diameter and slope (steady state). You suspect that the flow rate is so…
Matlab script that allows the computation of principal stresses and strains star
Matlab script that allows the computation of principal stresses and strains starting from a generic state of stress and that automates the drawing of 3D Mohr circles Assignment 1)…
Matlab sorting code help: sort(x) which sort the elements of vector x in an asce
Matlab sorting code help: sort(x) which sort the elements of vector x in an ascending order. Hints: Sort (using bubble sort method) 1) Set x=some arbitrary row vector of order N, …
Matlab square function Draw the face of a clock as shown below centered at the o
Matlab square function Draw the face of a clock as shown below centered at the origin with a radius of 100 units. The size of the small red circles should be 10 units. The followi…
Matlab t = (-.00025: .00025: 100000); A1 = 29; A2 = 1.2*A1; t1 = (37.2/2)*.00025
Matlab t = (-.00025: .00025: 100000); A1 = 29; A2 = 1.2*A1; t1 = (37.2/2)*.00025; t2 = -(41.3/10)*.00025; x1 = A1*co(2*pi*(4000)*(t-t1)); x2 = A2*co(2*pi*(4000)*(t-t2)); x3 = x1 +…
Matlab unsigned binary structure question Matlab unsigned binary structure quest
Matlab unsigned binary structure question Matlab unsigned binary structure question Develop a user-defined function, decimal2binary, which accepts a decimal based integer as an in…
Matlab work out the xy2polar_vector.m. You can do a for loop over the entire vec
Matlab work out the xy2polar_vector.m. You can do a for loop over the entire vector x, y, and then treat each element as a scalar. Then you can call xy2polar_scalar to get the rad…
Matlab, Engineering math The Hilbert matrix is a special n times n matrix whose
Matlab, Engineering math The Hilbert matrix is a special n times n matrix whose (i, j)th entry is given by H_i, j = 1/(I + j - 1) The Hilbert matrix becomes very poorly conditione…
Matlab- Write a function [output_string] = deleteDups(string in) that takes an i
Matlab- Write a function [output_string] = deleteDups(string in) that takes an input string of some length and returns an output string without any duplicate characters, and in th…
Matlab. 1. Generate a random vector with 20 elements, call the vector vec. Displ
Matlab. 1. Generate a random vector with 20 elements, call the vector vec. Display vec. Find the sum of all the elements (called sumval), the mean (calle dmeanval), and the standa…
Matlab. 1. Generate a random vector with 20 elements, call the vector vec. Displ
Matlab. 1. Generate a random vector with 20 elements, call the vector vec. Display vec. Find the sum of all the elements (called sumval), the mean (calle dmeanval), and the standa…
Matlab. Could you please answer part 1. × ENGR 102-Homework 3. https ecampuswww.
Matlab. Could you please answer part 1. × ENGR 102-Homework 3. https ecampuswww.edu/bbcswebdav/pid-4939 181-dt-content-rid-415568131 1805 ENGRT Mr. Spada ENGR 102: Engineering Pro…
Matlab. Could you please answer part 2. × ENGR 102-Homework 3. https ecampuswww.
Matlab. Could you please answer part 2. × ENGR 102-Homework 3. https ecampuswww.edu/bbcswebdav/pid-4939 181-dt-content-rid-415568131 1805 ENGRT Mr. Spada ENGR 102: Engineering Pro…
Matlab. Could you please answer question 5 with explaination. Thanks. B https://
Matlab. Could you please answer question 5 with explaination. Thanks. B https://cas-ecampus.wvu.edu/webap https://cas-ecampus. wwu.edu/webapps/assessment/review/review.jsplattempt…
Matlab. I was able to do part B, but I\'m not sure how to simplify that further
Matlab. I was able to do part B, but I'm not sure how to simplify that further for part C or find the value of error. This is the code I started with: function y=nest(d,c,x,b) If …
Matlab. Need help fixing code ASAP After each case, It should return to mypick=m
Matlab. Need help fixing code ASAP After each case, It should return to mypick=menu...... it should only stop when the user decides to exit the program. And if the user chooses to…
Matlab. Need help fixing code The user must be allowed to perform these actions
Matlab. Need help fixing code The user must be allowed to perform these actions in any order until the user decides to exit the program. You must test that all input provided by t…
Matlab. Remaining Time: 1 hour, 13 minutes, 56 seconds. Question Completion Stat
Matlab. Remaining Time: 1 hour, 13 minutes, 56 seconds. Question Completion Status: QUESTION 4 Create a user defined function that will convert a coordinate (x.y) in the Cartesian…
Matlab. You should save money for retirement from your very first paycheck. Luck
Matlab. You should save money for retirement from your very first paycheck. Luckily, your company has a 401k (retirement savings plan) that will allow you to put a certain percent…
Matlab/Linear Algebra help. Hello, I have the following problem and need help. P
Matlab/Linear Algebra help. Hello, I have the following problem and need help. Please see photo attached. Let A and B be two 5 x 5 matrices with random entries between 0 and 1 . T…
Matlab/Octave Question: Write a program to generate a column of numbers in Matla
Matlab/Octave Question: Write a program to generate a column of numbers in Matlab or Octave. This column should be the sum of three or four sinusoidal functions (sine or cosine) a…
Matlab/Octave, fourier transform: Legend: x - Vector of x points [x1, x2,...], E
Matlab/Octave, fourier transform: Legend: x - Vector of x points [x1, x2,...], EQUALLY SPACED. f - Vector of f values at those points dx - A number, specifying the spacing x_2 - x…
Matlab: 2.4: what will the value of u,f0, and phi be when psi = 3*tt.*tt + 30*tt
Matlab: 2.4: what will the value of u,f0, and phi be when psi = 3*tt.*tt + 30*tt + 17? A chirp signal is a sinusoid whose frequency changes linearly from a starting value to an en…
Matlab: Consider the following function f(x) = 3 cos (x) 5x find x such that f(x
Matlab: Consider the following function f(x) = 3 cos (x) 5x find x such that f(x) = 5 (in the form f(x) b = 0, b = 5). Question 1 Compute the root of Eq. 1 using the bisection met…
Matlab: Consider the function f(x) = 0.2*sin(x^2) + 0.5*cos(x/2) Write a script
Matlab: Consider the function f(x) = 0.2*sin(x^2) + 0.5*cos(x/2) Write a script file that uses the bisection method to approximate a root of f. You want to find a root of f that i…
Matlab: Find the errors - debug the given code. Follow the instructions of a. b.
Matlab: Find the errors - debug the given code. Follow the instructions of a. b. c. at the bottom. Provide a clear explanation of both plots and a. and b. as well as comments thro…
Matlab: Find the errors - debug the given code. Follow the instructions of a. b.
Matlab: Find the errors - debug the given code. Follow the instructions of a. b. c. at the bottom. Provide a clear explanation of both plots and a. and b. as well as comments thro…
Matlab: Having trouble with the graphing aspect and getting the correct values t
Matlab: Having trouble with the graphing aspect and getting the correct values to ouput. Beta^1/4 lambda^2 + (alpha_1 beta - alpha_2) + lambda + alpha_3 beta^0.6 = 0, where alpha_…
Matlab: How do I perform a Gauss Seidel iteration? Background: The program guess
Matlab: How do I perform a Gauss Seidel iteration? Background: The program guesses a temperature and determines inside and outside conditions. The conditions go into a formula for…
Matlab: Make the following changes to the tictactoc.m file (see picture). 1) Mak
Matlab: Make the following changes to the tictactoc.m file (see picture). 1) Make sure the game properly displays a full game board when the game ends in a draw. 2) Add numbers to…
Matlab: The fastest speed of a thrown football at the NFL combines is 60 mph, Ca
Matlab: The fastest speed of a thrown football at the NFL combines is 60 mph, Can you please help on how to make a function and use it in a different window. The fastest speed of …
Matlab: The maximum daily temperatures (in F) for New York City and Anchorage Al
Matlab: The maximum daily temperatures (in F) for New York City and Anchorage Alaska during the month of January, 2001 are given in the vectors below (just copy into script). TNY …
Matlab: Write a MATLAB script that will build a triangle of symbols. This progra
Matlab: Write a MATLAB script that will build a triangle of symbols. This program should allow for the user to specify the symbol to use, and should accept any character or string…
Matlab: Write a MATLAB script that will build a triangle of symbols. This progra
Matlab: Write a MATLAB script that will build a triangle of symbols. This program should allow for the user to specify the symbol to use, and should accept any character or string…
Matlab: Write a function M-file, PlotCircles.m, that accepts as input a vector,
Matlab: Write a function M-file, PlotCircles.m, that accepts as input a vector, r, having positive entries, and plots circles of radius r(i) centered at the origin on the same axe…
Matlab: Write a function that creates a string out of letters in a 2-dimensional
Matlab: Write a function that creates a string out of letters in a 2-dimensional array of characters. Your function should take an array of characters, the indices of a starting l…