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

Browse W

Alphabetical listing with fast deep pagination.
66619 items • Page 952 / 1333

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
Write a MATLAB file that prompts the user to input the width and height of a squ
Write a MATLAB file that prompts the user to input the width and height of a square tube and then calculates the volume of the square pipe. You and your room-mate decide to purcha…
Write a MATLAB file that prompts the user to input the width and height of a squ
Write a MATLAB file that prompts the user to input the width and height of a square tube and then calculates the volume of the square pipe. You and your room-mate decide to purcha…
Write a MATLAB function (IncNR) combining the capabilities of both the Increment
Write a MATLAB function (IncNR) combining the capabilities of both the Incremental Search Method and the Newton-Raphson Method to find all the roots in a given function [xR, err, …
Write a MATLAB function (IncNR) combining the capabilities of both the Increment
Write a MATLAB function (IncNR) combining the capabilities of both the Incremental Search Method and the Newton-Raphson Method to find all the roots in a given function [xR, err, …
Write a MATLAB function (IncNR) combining the capabilities of both the increment
Write a MATLAB function (IncNR) combining the capabilities of both the incremental search method and the newton-raphson method to find all the roots in a given function [xR,err,n]…
Write a MATLAB function (line_eq) that takes coordinates of two points as inputs
Write a MATLAB function (line_eq) that takes coordinates of two points as inputs and returns m and b such that y = mx + b represents the equation of the line passing through these…
Write a MATLAB function B=polint(P) which accepts as an input a polynomial P wri
Write a MATLAB function B=polint(P) which accepts as an input a polynomial P written through the standard basis (see Exercises 3 and 4 of this project). The function has to calcul…
Write a MATLAB function DivBy11List that takes an array of positive integers as
Write a MATLAB function DivBy11List that takes an array of positive integers as input. The output argument is an array that contains the numbers from the input array that are divi…
Write a MATLAB function M-file named GCD_LCM that accepts two positive integers,
Write a MATLAB function M-file named GCD_LCM that accepts two positive integers, and computes their greatest common divisor and least common multiple. Example: >> [g,l]=GCD_…
Write a MATLAB function M-file named RPSLK to play a round of Rock-Paper-Scissor
Write a MATLAB function M-file named RPSLK to play a round of Rock-Paper-Scissors-Lizard-Spock. The input arguments to the function will be two characters, P1 & P2, one for ea…
Write a MATLAB function M-file named ResVec to computee the resultant of two vec
Write a MATLAB function M-file named ResVec to computee the resultant of two vectors. Each of these vectors is a separate input to the function. They are in Polar form, magnitude …
Write a MATLAB function M-file named gcd_lcm that accepts two positive integers,
Write a MATLAB function M-file named gcd_lcm that accepts two positive integers, and computes their greatest common divisor and least common multiple. You may not use MATLAB built…
Write a MATLAB function called Ana3_Name with 1 input (Word) and 1 output (Res).
Write a MATLAB function called Ana3_Name with 1 input (Word) and 1 output (Res). The input (Word) should have at least 3 letters. The function randomizes the order of the letters …
Write a MATLAB function called bodySurfaceArea that takes two inputs mass (in kg
Write a MATLAB function called bodySurfaceArea that takes two inputs mass (in kg) and height (in cm) and computes the body surface area (BSA) of a person in m2. BSA can be calcula…
Write a MATLAB function called bodySurfaceArea that takes two inputs mass (in kg
Write a MATLAB function called bodySurfaceArea that takes two inputs mass (in kg) and height (in cm) and computes the body surface area (BSA) of a person in m2. BSA can be calcula…
Write a MATLAB function called centuries that takes a positive integer smaller t
Write a MATLAB function called centuries that takes a positive integer smaller than or equal to 3000 representing a year as its input and returns a char vector with the century th…
Write a MATLAB function called circular_primes that finds the number of circular
Write a MATLAB function called circular_primes that finds the number of circular prime numbers smaller than n, where n is a positive integer scalar input argument. For example, th…
Write a MATLAB function called midOps.m with the following specifications: Funct
Write a MATLAB function called midOps.m with the following specifications: Function will look at the conditions of an input value to determine what it does. Input value 1: A value…
Write a MATLAB function called midOps.m with the following specifications: Funct
Write a MATLAB function called midOps.m with the following specifications: Function will look at the conditions of an input value to determine what it does. Input value 1: A value…
Write a MATLAB function called twinPrime that takes two positive integers n1 and
Write a MATLAB function called twinPrime that takes two positive integers n1 and n2 as inputs. The function must a) return a 2-column array containing the twin primes found within…
Write a MATLAB function called zgemm that computes the generalized matrix multip
Write a MATLAB function called zgemm that computes the generalized matrix multiplication alphaAB + betaC using loops, where A, B, and C are matrices and alpha and beta are scalar …
Write a MATLAB function called zgemm that computes the generalized matrix multip
Write a MATLAB function called zgemm that computes the generalized matrix multiplication alphaAB + betaC using loops, where A, B, and C are matrices and alpha and beta are scalar …
Write a MATLAB function called ‘loadim’ that will automatically load a binary da
Write a MATLAB function called ‘loadim’ that will automatically load a binary data file with user-specified size/name and display it. This involves the creation of an ‘*.m’ file. …
Write a MATLAB function capable of reducing the number of grey levels in an imag
Write a MATLAB function capable of reducing the number of grey levels in an image. The desired number of grey levels needs to be a variable input to your program and must be an in…
Write a MATLAB function findEquiv such that findEquiv (Values, \'S\', \'R\') ret
Write a MATLAB function findEquiv such that findEquiv (Values, 'S', 'R') returns the equivalent resistance of any number of resistors in series (the second argument 's' stands for…
Write a MATLAB function for the function f( x , y )=(5 x^ 2) xy +( y^ 2) y call
Write a MATLAB function for the function f(x , y)=(5x^2)xy+(y^2)y call it a6fn.m. It must have the interface: a6fn General Description This returns the function: f(x , y)=5x^2xy+y…
Write a MATLAB function max_product that takes v a vector and n, a positive inte
Write a MATLAB function max_product that takes v a vector and n, a positive integer, as inputs and computes the largest product of n consecutive elements of v. It returns the prod…
Write a MATLAB function named [ABCD] = abcdm(z, y, Lngt) to evaluate and return
Write a MATLAB function named [ABCD] = abcdm(z, y, Lngt) to evaluate and return the ABCD transmission matrix for a medium-length transmission line where z is the per phase series …
Write a MATLAB function named [ABCD] = abcdm(z, y, Lngt) to evaluate and return
Write a MATLAB function named [ABCD] = abcdm(z, y, Lngt) to evaluate and return the ABCD transmission matrix for a medium-length transmission line where z is the per phase series …
Write a MATLAB function named get_fac that accepts a non-negative integer, n (n
Write a MATLAB function named get_fac that accepts a non-negative integer, n (n > 0) and returns the factorial, n!. of that number using a far loop. Write a MATLAB function nam…
Write a MATLAB function named isDiv11 to receive a number as input, and determin
Write a MATLAB function named isDiv11 to receive a number as input, and determine if it is divisible by 11. The output argument is a logical—1 (true) if the number is divisible by…
Write a MATLAB function recursivebisection.m that takes as inputs an initial bra
Write a MATLAB function recursivebisection.m that takes as inputs an initial bracketing [xl,xr and the desired tolerance TOL. and determines the solutions of the equation f(x) = 0…
Write a MATLAB function that attempts to locate the maximum and minimum values o
Write a MATLAB function that attempts to locate the maximum and minimum values of an arbitrary function, f(x), over a certain range. The function being evaluated should be passed …
Write a MATLAB function that can be used to solve a quadratic equation if answer
Write a MATLAB function that can be used to solve a quadratic equation if answers are real numbers (you have to do following steps): ax^2 - 3bx + 4c = 0 . The inputs to the functi…
Write a MATLAB function that can compute the DFT of a given sequence. Do not use
Write a MATLAB function that can compute the DFT of a given sequence. Do not use the DFT/FFT functions provided by MATLAB. Describe how your function can be called. Provide a list…
Write a MATLAB function that can compute the DFT of a given sequence. Do not use
Write a MATLAB function that can compute the DFT of a given sequence. Do not use the DFT/FFT functions provided by MATLAB. Describe how your function can be called. Provide a list…
Write a MATLAB function that computes the Absolute Relative Error (ARE) between
Write a MATLAB function that computes the Absolute Relative Error (ARE) between two functions. The functions, for which the error is being computed, are to be passed into the func…
Write a MATLAB function that computes the Absolute Relative Error(ARE) between t
Write a MATLAB function that computes the Absolute Relative Error(ARE) between two functions.  The functions, for which the error is being computed, are to be passed into the func…
Write a MATLAB function that computes the product of two matrices; the function
Write a MATLAB function that computes the product of two matrices; the function header should be "function C = myMatrixProd(A, B)", where A and B are your matrices inputs, and C i…
Write a MATLAB function that computes the product of two matrices; the function
Write a MATLAB function that computes the product of two matrices; the function header should be “function C = myM atrixP rod(A, B)”, where A and B are your matrices inputs, and C…
Write a MATLAB function that has an input argument for the scaling factor S. The
Write a MATLAB function that has an input argument for the scaling factor S. The function should read in an image, and then scale the image by the scaling factor to form a thumbna…
Write a MATLAB function that implements the Newton-Raphson method. The function
Write a MATLAB function that implements the Newton-Raphson method. The function should have the form function xr = NewtonRaphson(f,df dx,xi,es, imax), where f is a function handle…
Write a MATLAB function that performs one step for the ODE given in Eqn 1 using
Write a MATLAB function that performs one step for the ODE given in Eqn 1 using the implicit Euler method. The function header should be function [ynewm xnew] - Imp Euler_Step(yol…
Write a MATLAB function that performs the reduce-by-dominance method. The functi
Write a MATLAB function that performs the reduce-by-dominance method. The function takes a payoff matrix of any size as an input, performs the method, and results a reduced payoff…
Write a MATLAB function that performs the reduce-by-dominance method. The functi
Write a MATLAB function that performs the reduce-by-dominance method. The function takes a payoff matrix of any size as an input, performs the method, and results a reduced payoff…
Write a MATLAB function that solves a system of linear equations or calculates t
Write a MATLAB function that solves a system of linear equations or calculates the inverse of a matrix by Gauss-Jordan elimination.Your function should accept a matrix as an argum…
Write a MATLAB function that solves a system of linear equations or calculates t
Write a MATLAB function that solves a system of linear equations or calculates the inverse of a matrix by Gauss-Jordan elimination- Your function should accept a matrix as an argu…
Write a MATLAB function that will synthesize a \"chirp\" (linear-FM) signal with
Write a MATLAB function that will synthesize a "chirp" (linear-FM) signal with the following parameters: A total time duration of 2.5 s where the desired instantaneous frequency s…
Write a MATLAB function that would read the parameters stored in a file named \"
Write a MATLAB function that would read the parameters stored in a file named "missile_data.txt" into MATLAB. The function should have the following declaration: function [X0, Y0,…
Write a MATLAB function the performs the operation of a half-adder, call it half
Write a MATLAB function the performs the operation of a half-adder, call it half_add. The function should have two inputs, a and b, and return two outputs, X and c. Then, write an…