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 955 / 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 script (blackjack. m) that plays the dice game Blackjack. The pla
Write a MATLAB script (blackjack. m) that plays the dice game Blackjack. The player begins by drawing 2 cards and the computer draws one card, the suit does not matter. The cards …
Write a MATLAB script (blackjack.m) that plays the dice game Blackjack. The play
Write a MATLAB script (blackjack.m) that plays the dice game Blackjack. The player begins by drawing 2 cards and the computer draws one card, the suit does not matter. The cards a…
Write a MATLAB script (craps.m) that plays the dice game Craps. The game is play
Write a MATLAB script (craps.m) that plays the dice game Craps. The game is played in rounds. Each round has two phases: ‘Come Out’ and ‘Point’. A player begins a round by making …
Write a MATLAB script (craps.m) that plays the dice game Craps. The player begin
Write a MATLAB script (craps.m) that plays the dice game Craps. The player begins by throwing two standard 6-sided dice. If the sum of the dice is 7 or 11, the player wins. If the…
Write a MATLAB script (craps.m) that plays the dice game Craps. The player begin
Write a MATLAB script (craps.m) that plays the dice game Craps. The player begins by throwing two standard 6-sided dice. If the sum of the dice is 7 or 11, the player wins. If the…
Write a MATLAB script (not a function in matlab) to use the gradient descent met
Write a MATLAB script (not a function in matlab) to use the gradient descent method of optimization to minimize two different functions: f(x) = 10x12 + 10x22 and f(x) = 10x12 + x2…
Write a MATLAB script M-file named TriangleType that will load a file of triangl
Write a MATLAB script M-file named TriangleType that will load a file of triangles, and use the function from Part 1 to determine if the triangles are acute or obtuse. A message s…
Write a MATLAB script M-file named TriangleType that will load a file of triangl
Write a MATLAB script M-file named TriangleType that will load a file of triangles, and use the function from Part 1 to determine if the triangles are acute or obtuse. A message s…
Write a MATLAB script M-file named TriangleType that will load a file of triangl
Write a MATLAB script M-file named TriangleType that will load a file of triangles, and use the function from Part 1 to determine if the triangles are acute or obtuse. A message s…
Write a MATLAB script You have to create at least 3 .dat files in this problem.
Write a MATLAB script You have to create at least 3 .dat files in this problem. A set of data files named “exfile1.dat”, “exfile2.dat”, etc. has been created by a series of experi…
Write a MATLAB script called myodds that asks the user to input the matrix M. Us
Write a MATLAB script called myodds that asks the user to input the matrix M. Use M to Create a matrix called Modds that contains only those elements of M that are in odd rows and…
Write a MATLAB script cup.m that will calculate the volume and surface area of a
Write a MATLAB script cup.m that will calculate the volume and surface area of a paper cup shaped as a frustum of cone. a) Request (by input) a vector that has two radii [R1 R2] o…
Write a MATLAB script entitled “CosWave.m” that plots y=cos(x) using a linearly
Write a MATLAB script entitled “CosWave.m” that plots y=cos(x) using a linearly spaced x-vector generated with the “linspace” function (do not use a “for” loop). Plot with a range…
Write a MATLAB script file to solve y(t)=1.5e-3t cos(2t) using rectangular metho
Write a MATLAB script file to solve y(t)=1.5e-3t cos(2t) using rectangular method, meaning that use the formula of A_new=A_old+f(t_i)*dt. Your code must solve the integrations usi…
Write a MATLAB script file, which asks the user to enter two inputs: n: a positi
Write a MATLAB script file, which asks the user to enter two inputs: n: a positive integer filename: name of the output file The script should generate the following table and wri…
Write a MATLAB script named ubitname_PP1_P2.m that calculates and displays an es
Write a MATLAB script named ubitname_PP1_P2.m that calculates and displays an estimate of pi using a while loop. Write a MATLAB script named ubitname_PP1_P2. m that calculates and…
Write a MATLAB script that a. starts with using the function struct to initializ
Write a MATLAB script that a. starts with using the function struct to initialize a scalar structure named resistors with field names: resistor_name and resistor_value, where the …
Write a MATLAB script that asks a group of up to 50 members to enter their heigh
Write a MATLAB script that asks a group of up to 50 members to enter their height (in cm) and their weight (in kg). The script should work as follows: Prompt the user to enter the…
Write a MATLAB script that calculates how many positive numbers that are less th
Write a MATLAB script that calculates how many positive numbers that are less than one million are not divisible by 2, 3, 5 or 7 using a. a for-loop. b. a while-loop. c. a vector …
Write a MATLAB script that can do what is described in the image. Another bracke
Write a MATLAB script that can do what is described in the image. Another bracketing method is Riddler's method as shown in the flowchart below construct an m- file for this funct…
Write a MATLAB script that plots one cycle of the waveform given below, beginnin
Write a MATLAB script that plots one cycle of the waveform given below, beginning at t-0. The width should be 3, and the plot must have a title, labels for the x- and y-axes, and …
Write a MATLAB script that plots the even and odd components of the functions in
Write a MATLAB script that plots the even and odd components of the functions in problem parts(a)(c)(d)(f)(h)(i). This script will result in three figures, each containing two col…
Write a MATLAB script that prompts the user for an integer between 10 and 100 by
Write a MATLAB script that prompts the user for an integer between 10 and 100 by displaying Enter an integer between 10 and 100: If the user enters a number (integer or not) outsi…
Write a MATLAB script that uses a FOR loop to simulate a leaky faucet. The leaky
Write a MATLAB script that uses a FOR loop to simulate a leaky faucet. The leaky faucet is dripping at a rate of one 0.1 milliliters drop every 3 seconds. Write a MATLAB script th…
Write a MATLAB script that uses the equation below to generate a nomograph for t
Write a MATLAB script that uses the equation below to generate a nomograph for the relationship between a single source electrode and a point of observation on the surface of a tw…
Write a MATLAB script that will build a triangle of symbols. This program should
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 value. …
Write a MATLAB script that will build a triangle of symbols. This program should
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 value. …
Write a MATLAB script that will build a triangle of symbols. This program should
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 value. …
Write a MATLAB script that will build an employee structure array and then sort
Write a MATLAB script that will build an employee structure array and then sort the structure array in ascending order based on salary. The structure should have three fields: nam…
Write a MATLAB script that will find the roots of a given equations using the BI
Write a MATLAB script that will find the roots of a given equations using the BISECTION METHOD. Format your output to look similar to the examples given. You should write your out…
Write a MATLAB script that will prompt the user to enter two data series (series
Write a MATLAB script that will prompt the user to enter two data series (series 1, series 2) and a string (title of the plot). Plot a graph with series-1 in x-axis, series-2 in y…
Write a MATLAB script that will prompt the user to enter two data series (series
Write a MATLAB script that will prompt the user to enter two data series (series 1, series 2) and a string (title of the plot). Plot a graph with series-1 in x-axis, series-2 in y…
Write a MATLAB script that will prompt the user to enter two data series (series
Write a MATLAB script that will prompt the user to enter two data series (series 1, series 2) and a string (title of the plot). Plot a graph with series-1 in x-axis, series-2 in y…
Write a MATLAB script that will simulate the rolling of a single six-sided die 1
Write a MATLAB script that will simulate the rolling of a single six-sided die 100 times and store it in a onedimensional array. Think of this as having each roll of the die corre…
Write a MATLAB script to complete the following tasks: balloon.tif below 1. Down
Write a MATLAB script to complete the following tasks: balloon.tif below 1. Download "Balloon.tif image. Write a MATLAB script to complete the following tasks: Load image 'Balloon…
Write a MATLAB script to create a 3D animation that features translation, scalin
Write a MATLAB script to create a 3D animation that features translation, scaling, and rotation of an object created using the hgtransform() and makehgtform() commands
Write a MATLAB script to generate a 512 × 512 test image consisting of a white c
Write a MATLAB script to generate a 512 × 512 test image consisting of a white circle against a black background, use this image as an input to the fft2 function, and display the …
Write a MATLAB script to implement the linear congruential algorithm to generate
Write a MATLAB script to implement the linear congruential algorithm to generate 5000 pseudo-random variates in the interval (0,1). Use the following parameters: seed=17; A=110351…
Write a MATLAB script to process student grades. Example execution: Enter studen
Write a MATLAB script to process student grades. Example execution: Enter student lab average (negative to end):70 Enter student program average:80 Enter student lab average (nega…
Write a MATLAB script to process student grades. Example execution: Enter studen
Write a MATLAB script to process student grades. Example execution: Enter student lab average (negative to end):70 Enter student program average:80 Enter student lab average (nega…
Write a MATLAB script to process student grades. Example execution: Enter studen
Write a MATLAB script to process student grades. Example execution: Enter student lab average (negative to end):70 Enter student program average:80 Enter student lab average (nega…
Write a MATLAB script to visually demonstrate Torricelli’s law. Generate a plot
Write a MATLAB script to visually demonstrate Torricelli’s law. Generate a plot of Flow velocity (m/s) as a function of the height (m) of the liquid above the opening from the tim…
Write a MATLAB script utilizing IF-ELSEIF-ELSE statements that asks the user to
Write a MATLAB script utilizing IF-ELSEIF-ELSE statements that asks the user to enter a grade between 0 and 100 (0 is the minimum grade and 100 is the maximum). After the user has…
Write a MATLAB script which uses nested for loops to print out the following mul
Write a MATLAB script which uses nested for loops to print out the following multiplication table on the screen. Separate the items on each line with horizontal tabs: 1X5 5 2X5=10…
Write a MATLAB script, which asks the user to input the angle xd (in deg) and th
Write a MATLAB script, which asks the user to input the angle xd (in deg) and then approximates sine of the angle using the first 5 terms of Taylor series as follows: .ur....-z-$+…
Write a MATLAB user defined function hw53triangle.m that accepts as input, a sin
Write a MATLAB user defined function hw53triangle.m that accepts as input, a single array containing the co-ordinates of 3 points in the form of a 3x3 array: [x1 y1; x2 y2; x3 y3]…
Write a MATLAB user-defined function that calculates and graphs the step respons
Write a MATLAB user-defined function that calculates and graphs the step response of a linear system over the time period [0, 10] seconds for any supplied damping ratio z and natu…
Write a MATLAB user-defined function that calculates the coefficients of the inf
Write a MATLAB user-defined function that calculates the coefficients of the infinite Fourier series using the general definition of the Fourier series (Eq. (7.14)) where the coef…
Write a MATLAB user-defined function that calculates the real Discrete Transform
Write a MATLAB user-defined function that calculates the real Discrete Transform of a function given by a finite number of points. Name the function Real_DFT(t,f) where the input …
Write a MATLAB user-defined function that determines the first derivative of a f
Write a MATLAB user-defined function that determines the first derivative of a function that is given by a set of discrete points with equal spacing. For the function name use yd …