Browse W
Alphabetical listing with fast deep pagination.
66619 items • Page 953 / 1333
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…
Write a MATLAB function to compute a numerical solution to the linear, first-ord
Write a MATLAB function to compute a numerical solution to the linear, first-order system of ordinary differential equations dy -3.1z da dz = 0.95y-z dx over the interval from· -0…
Write a MATLAB function to implement the ADSR envelope and use the function to r
Write a MATLAB function to implement the ADSR envelope and use the function to refine synthesized music notes. Your deliverables include: 1) MATLAB function for ADSR implementatio…
Write a MATLAB function to implement the ADSR envelope and use the function to r
Write a MATLAB function to implement the ADSR envelope and use the function to refine synthesized music notes. Your deliverables include: 1) MATLAB function for ADSR implementatio…
Write a MATLAB function to play a modified version of the game of Yahtzee. This
Write a MATLAB function to play a modified version of the game of Yahtzee. This function will have no input. The output arguments are a logical value (Y) and an n x 5 matrix of tu…
Write a MATLAB function to solve generic heat transfer problems. The function sh
Write a MATLAB function to solve generic heat transfer problems. The function should be able to accommodate any number of materials in the wall and should take as input the therma…
Write a MATLAB function to solve generic heat transfer problems. The function sh
Write a MATLAB function to solve generic heat transfer problems. The function should be able to accommodate any number of materials in the wall and should take as input the therma…
Write a MATLAB function to solve the generic 2nd order, linear, constant coeffic
Write a MATLAB function to solve the generic 2nd order, linear, constant coefficient, non-homogeneous, differential equation: d2x dx a + b + cx = F(t) Where a, b, and c are all co…
Write a MATLAB function who takes as input parameters: ibs: A vector which repre
Write a MATLAB function who takes as input parameters: ibs: A vector which represents input bit stream tlc: Type of line code: A character variable which can take following values…
Write a MATLAB function with the following specifications: Input parameter 1: A
Write a MATLAB function with the following specifications: Input parameter 1: A Input parameter 2: B Input parameter 3: C Input parameter 4: D Output parameter: Stun of the input …
Write a MATLAB function with the following specifications: Input parameter 1: A
Write a MATLAB function with the following specifications: Input parameter 1: A Input parameter 2: B Input parameter 3: C Input parameter 4: D Output parameter: Sum of the input p…
Write a MATLAB function, called bisection_method that inputs a function f, two n
Write a MATLAB function, called bisection_method that inputs a function f, two numbers a, b, an error tolerance, tol, and a maximum number of iterations, N, and nds a root c of f …
Write a MATLAB function, called bisection_method that inputs a function f, two n
Write a MATLAB function, called bisection_method that inputs a function f, two numbers a, b, an error tolerance, tol, and a maximum number of iterations, N, and finds a root c of …
Write a MATLAB function, called f ixed_point_iteration that inputs a function, g
Write a MATLAB function, called f ixed_point_iteration that inputs a function, g, an initial guess x_0, an error tolerance, tol, and a maximum number of iterations, N, and outputs…
Write a MATLAB function, called vectornorm that computes the 2-norm of a vector
Write a MATLAB function, called vectornorm that computes the 2-norm of a vector x^vector. The function header should look like this: function norm = vectornorm(x) Show your result…
Write a MATLAB function, root = newton(x, stop, func), to solve for the root of
Write a MATLAB function, root = newton(x, stop, func), to solve for the root of any general user-defined function using the Newton-Raphson method. The newton function should accep…
Write a MATLAB function, root- newton(x, stop, func), to solve for the root of a
Write a MATLAB function, root- newton(x, stop, func), to solve for the root of any general user-defined function using the Newton-Raphson method. The newton function should accept…
Write a MATLAB m-file that can be used to obtain the normalized elliptic transfe
Write a MATLAB m-file that can be used to obtain the normalized elliptic transfer function for any given set of specifications (k, A_p, A_a} where k is the selectivity, A_p is max…
Write a MATLAB nested function, MyTransposeProduct INPUT to the function is any
Write a MATLAB nested function, MyTransposeProduct INPUT to the function is any matrix, A OUTPUT is the product of the matrix with its transpose. This of course can be done two wa…
Write a MATLAB program (script) to multiply two matrices together. Do not use th
Write a MATLAB program (script) to multiply two matrices together. Do not use the MATLAB matrix multiplication function, A*B. Make the program general so that it will work with ma…
Write a MATLAB program (script) to multiply two matrices together. Do not use th
Write a MATLAB program (script) to multiply two matrices together. Do not use the MATLAB matrix multiplication function, A*B. Make the program general so that it will work with ma…
Write a MATLAB program (script) to multiply two matrices together. Do not use th
Write a MATLAB program (script) to multiply two matrices together. Do not use the MATLAB matrix multiplication function, A*B. Make the program general so that it will work with ma…
Write a MATLAB program (script) to multiply two matrices together. Do not use th
Write a MATLAB program (script) to multiply two matrices together. Do not use the MATLAB matrix multiplication function, A*B. Make the program general so that it will work with ma…
Write a MATLAB program called SinCurve to plot one cycle of f(t)=sin(wt) using t
Write a MATLAB program called SinCurve to plot one cycle of f(t)=sin(wt) using t = 100 linearly-spaced points from 0 to T, where T is the period of the sine curve. The period of f…
Write a MATLAB program code block that can generate a conversion table to conver
Write a MATLAB program code block that can generate a conversion table to convert Pounds to Kilograms. Allow the user to enter the starting value in pounds, the increment between …
Write a MATLAB program file (script file) that accomplishes the following. Save
Write a MATLAB program file (script file) that accomplishes the following. Save the file as "Problem l .m" For the function y_1 = (x_1^3 + 1)^2/x_1^2 + 2, calculate the value of y…
Write a MATLAB program for the system of Example 2.5 such that the voltage magni
Write a MATLAB program for the system of Example 2.5 such that the voltage magnitude of source 1 is changed from 75 percent to 100 percent of the given value in steps of 1 volt. T…
Write a MATLAB program for the system of Example 2.5 such that the voltage magni
Write a MATLAB program for the system of Example 2.5 such that the voltage magnitude of source 1 is changed from 75 percent to 100 percent of the given value in steps of 1 volt. T…
Write a MATLAB program in a script file that accepts a year and determines wheth
Write a MATLAB program in a script file that accepts a year and determines whether the year is a leap year. Use the mod function and an if-elseif-else construct with simple (i.e.,…
Write a MATLAB program in a script file that asks the user to input a matrix of
Write a MATLAB program in a script file that asks the user to input a matrix of any arbitrary size. Then the program must use nested for loops to examine each element of the matri…
Write a MATLAB program in a script file that asks the user to input a matrix of
Write a MATLAB program in a script file that asks the user to input a matrix of any arbitrary size. Then the program must use nested for loops to examine each element of the matri…
Write a MATLAB program in a script file that asks the user to input a vector of
Write a MATLAB program in a script file that asks the user to input a vector of arbitrary length. The program then counts the number of total, positive, and negative elements. The…
Write a MATLAB program in a script file that calculate the average, standard dev
Write a MATLAB program in a script file that calculate the average, standard deviation, and median of a list of grades as well as the number of grades on the list The program asks…
Write a MATLAB program in a script file that calculate the average, standard dev
Write a MATLAB program in a script file that calculate the average, standard deviation, and median of a list of grades as well as the number of grades on the list The program asks…
Write a MATLAB program in a script file that calculate the average, standard dev
Write a MATLAB program in a script file that calculate the average, standard deviation, and median of a list of grades as well as the number of grades on the list. The program ask…
Write a MATLAB program in a script file that determines the radius, r, of the la
Write a MATLAB program in a script file that determines the radius, r, of the largest sphere that can be inscribed inside a cone with base radius R and height h as, r = h/Squarero…
Write a MATLAB program named prob6a. m that does the following: Use a for loop i
Write a MATLAB program named prob6a. m that does the following: Use a for loop in MATLAB to determine all of the positions (locations) of the elements in a given vector that are g…
Write a MATLAB program named prob6a.m that does the following: Create a numeric
Write a MATLAB program named prob6a.m that does the following: Create a numeric array named my_vec that contains a row vector of every third integer from 100 to 1 (inclusive). Dis…
Write a MATLAB program named whileadder , to Input a desired maximum value. Be s
Write a MATLAB program named whileadder , to Input a desired maximum value. Be sure it is one value only Compute a running total by ones Return as output the last integer that can…
Write a MATLAB program that asks the user for an age and then classifies the age
Write a MATLAB program that asks the user for an age and then classifies the age according to the following scheme: If the user attempts to input an age less than zero or greater …
Write a MATLAB program that asks the user for an age and then classifies the age
Write a MATLAB program that asks the user for an age and then classifies the age according to the following scheme: If the user attempts to input an age less than zero or greater …
Write a MATLAB program that asks the user for an age and then classifies the age
Write a MATLAB program that asks the user for an age and then classifies the age according to the following scheme: If the user attempts to input an age less than zero or greater …
Write a MATLAB program that asks the user to enter a beginning time and an endin
Write a MATLAB program that asks the user to enter a beginning time and an ending time (both in seconds) that define an interval of time over which we want to plot the velocity an…
Write a MATLAB program that asks the user to input the co-ordinates of 3 points
Write a MATLAB program that asks the user to input the co-ordinates of 3 points as a 3x2 matrix: [x1 y1; x2 y2; x3 y3]. Then: 1. Find the quadratic expression of the form y(x) = …
Write a MATLAB program that asks the user to input the coordinates of the vertic
Write a MATLAB program that asks the user to input the coordinates of the vertices of atriangle as an array [x1 y1; x2 y2; x3 y3]. In addition, ask the user to input the coordinat…
Write a MATLAB program that can play the pig dice game with multiple human and/o
Write a MATLAB program that can play the pig dice game with multiple human and/or computer players using 1 dice in a pig dice game party. • the program should let all the human pl…
Write a MATLAB program that completes the following tasks: 1. Load the data from
Write a MATLAB program that completes the following tasks: 1. Load the data from the “fuel_totalizer.txt” file into a matrix. 2. Use a for loop to calculate the quantity of fuel c…
Write a MATLAB program that constructs a sampled data waveform, filters it using
Write a MATLAB program that constructs a sampled data waveform, filters it using a simple digital filter, and displays the resulting input and output waveforms. The output of the …
Write a MATLAB program that determines cos(x) using taylor series expansion. The
Write a MATLAB program that determines cos(x) using taylor series expansion. The program asks the user to type a value for an angle in degrees. Then the program uses a loop fo add…
Write a MATLAB program that implements phase II of the simplex method in matrix
Write a MATLAB program that implements phase II of the simplex method in matrix form (as presented in class) for the solution of general linear programs (with b 0) in standard for…