Browse M
Alphabetical listing with fast deep pagination.
30746 items • Page 35 / 615
MATLAB. Please Help! For this assignment, you will write one script-m file and n
MATLAB. Please Help! For this assignment, you will write one script-m file and name it InClass6.m You will also write 2 functions with the names of CylinderCalc and Ballistic You …
MATLAB. SOLVE WITHOUT USING CONDITIONALS OR LOOPS. Function Name: fruitEncryptio
MATLAB. SOLVE WITHOUT USING CONDITIONALS OR LOOPS. Function Name: fruitEncryption Inputs: 1. (char) MxN array of uncapitalized characters Outputs: 1. (char) updated MxN array of c…
MATLAB. SOLVE WITHOUT USING CONDITIONALS OR LOOPS. Function Name: fruitLottery I
MATLAB. SOLVE WITHOUT USING CONDITIONALS OR LOOPS. Function Name: fruitLottery Inputs: 1. 2. 3. (char) vector representing the 6 numbers on your lottery ticket (char) vector repre…
MATLAB. SOLVE WITHOUT USING LOOPS OR CONDITIONALS. Function Name: fruitLottery I
MATLAB. SOLVE WITHOUT USING LOOPS OR CONDITIONALS. Function Name: fruitLottery Inputs: 1. 2. 3. (char) vector representing the 6 numbers on your lottery ticket (char) vector repre…
MATLAB. You are given a code (the correct one) as well as an incorrect version i
MATLAB. You are given a code (the correct one) as well as an incorrect version in which their task consists of converting dollars to yens, yens to german marks then to dollars, a…
MATLAB... -Must use for loop -Must use zeros function -Must use else function Gi
MATLAB... -Must use for loop -Must use zeros function -Must use else function Given the following piecewise function, f(x): f(x)= x + 3 when x < -3 f(x)= -2x - 6 when -3 <= …
MATLAB..... The flow rate Qin m^3/s in an open channel of circular cross-section
MATLAB..... The flow rate Qin m^3/s in an open channel of circular cross-section shown in the figure below is given by Q = 2^3/2 D^5/2_c squareroot g(theta - 0.5 sin(2 theta))^3/2…
MATLAB/solving Linear Systems Solve the following linear systems of equations fo
MATLAB/solving Linear Systems Solve the following linear systems of equations for the given unknowns by setting up the equations in matrix form, Ax = b. Solve in Matlab by using t…
MATLAB: 1)This problem is a continuation of the previous problem. You will want
MATLAB: 1)This problem is a continuation of the previous problem. You will want to add up all of the vectors in the file called "Random_Data.txt", but in addition, you want to sav…
MATLAB: 1. Write a function called problem1 that continuously generates one rand
MATLAB: 1. Write a function called problem1 that continuously generates one random integer at a time until it finds a number that is greater than the number (a positive integer &l…
MATLAB: Assign inRange with 1 if userWeight is greater than 100 and less than or
MATLAB: Assign inRange with 1 if userWeight is greater than 100 and less than or equal to 200. --------------------------------------------------------------------------- function…
MATLAB: Create a 1xn vector consisting of random integers between 0 and 2000. Th
MATLAB: Create a 1xn vector consisting of random integers between 0 and 2000. These values will be assigned units of feet per second. The 1xn vector will be part of an nx3 array w…
MATLAB: Create graph of a small rectangular box that represents a car that moves
MATLAB: Create graph of a small rectangular box that represents a car that moves on an inverted Y shaped path. The car starts from the top and moves to the right or left of the Y …
MATLAB: Every summer, Americans travel by road to various locations across the c
MATLAB: Every summer, Americans travel by road to various locations across the country. With low fuel prices this summer, there will be lots of travel. The purpose of this program…
MATLAB: For the remaining problems, we\'ll revisit two more problems from Assign
MATLAB: For the remaining problems, we'll revisit two more problems from Assignment 3. For these two problems, you are prohibited from using explicit loops (i.e., for-loop or whil…
MATLAB: For this assignment we are asked to produce a function that has no param
MATLAB: For this assignment we are asked to produce a function that has no parameters and no return, yet creates a random 2d array (usind randi with integers between 0 and 100) an…
MATLAB: For this problem, you are prohibited from using explicit loops (i.e., fo
MATLAB: For this problem, you are prohibited from using explicit loops (i.e., for-loop or while-loop). You must use logical indexing instead. Note that an if statement is not a lo…
MATLAB: For this problem, you are prohibited from using explicit loops (i.e., fo
MATLAB: For this problem, you are prohibited from using explicit loops (i.e., for-loop or while-loop). You must use logical indexing instead. Note that an ifstatement is not a loo…
MATLAB: Given the three strings \'GR PXE\',\'NTEMEH\' and \'ISLA T\', the string
MATLAB: Given the three strings 'GR PXE','NTEMEH' and 'ISLA T', the string created by braiding the strings together will be 'GNIRTS ELPMAXE EHT'. Continuing with this example, you…
MATLAB: Hello! I\'m currently working on a program that will hide an image in an
MATLAB: Hello! I'm currently working on a program that will hide an image in another. I am on Part 2, but cannot get it to work when I click Odd/Even Red Embedding. I am receiving…
MATLAB: Hello, Could you help me in a lab report for this lab as showing in the
MATLAB: Hello, Could you help me in a lab report for this lab as showing in the pictures please. I revised this lab to make a three dimensional shape( a cone) by using MATLAB but …
MATLAB: How to compute inverse Fourier Transform WITHOUT USING IFFT??? Given the
MATLAB: How to compute inverse Fourier Transform WITHOUT USING IFFT??? Given the following code DFT = [0, 0, 1, 0, 0, 3, 0, 0, 0, 0, 0, 4, 0]; k = 0:1:12; result1 = ifft(DFT); res…
MATLAB: I am struggling with this question I have wrote a code and am stuck at h
MATLAB: I am struggling with this question I have wrote a code and am stuck at how to keep the most common numbers and roll the others. I have got all the way to rolling the numbe…
MATLAB: I am trying to make a golden spiral where I input n So far this is my co
MATLAB: I am trying to make a golden spiral where I input n So far this is my code: x = 0; y = 1; syms v u axis off hold on for n = 1:8 a = fibonacci(n); % Define squares and arcs…
MATLAB: I am trying to make a golden spiral where I input n So far this is my co
MATLAB: I am trying to make a golden spiral where I input n So far this is my code: x = 0; y = 1; syms v u axis off hold on for n = 1:8 a = fibonacci(n); % Define squares and arcs…
MATLAB: In the Lotka Volterra predator-prey model, the changes in the predator p
MATLAB: In the Lotka Volterra predator-prey model, the changes in the predator population y and the prey population x are described by the following equations: delta x(t) = x(t+1)…
MATLAB: In this problem, you will implement a different numeric approximation al
MATLAB: In this problem, you will implement a different numeric approximation algorithm for finding roots, the Secant Method. For the purposes of this problem, the function whose …
MATLAB: Most teachers of mathematics will tell you that is is important to have
MATLAB: Most teachers of mathematics will tell you that is is important to have a strong understanding of fractional mathematics. However, computers work with floating point numbe…
MATLAB: Most teachers of mathematics will tell you that is is important to have
MATLAB: Most teachers of mathematics will tell you that is is important to have a strong understanding of fractional mathematics. However, computers work with oating point number …
MATLAB: Save your script to an m-file....The solutions answer has a numerical an
MATLAB: Save your script to an m-file....The solutions answer has a numerical answer, but I need a MATLAB script. (The script I wrote is junk) 9.4 Given the system of equations 2x…
MATLAB: Suppose you had five dice, where each die when rolled will give values b
MATLAB: Suppose you had five dice, where each die when rolled will give values between one and six. Write a function called problem3 that continuously generates a vector represent…
MATLAB: Suppose you had five dice, where each die when rolled will give values b
MATLAB: Suppose you had five dice, where each die when rolled will give values between one and six. Write a function called problem3 that continuously generates a vector represent…
MATLAB: Suppose you repeatedly flip a coin and keep track of the number of times
MATLAB: Suppose you repeatedly flip a coin and keep track of the number of times you get heads. How many flips will it take before you get twenty heads? thirty heads? one hundred …
MATLAB: The validateMap function takes one parameter, matrix, and determines if
MATLAB: The validateMap function takes one parameter, matrix, and determines if matrix is a valid map for the bug hop problem. You may assume that the values in matrix are integer…
MATLAB: Traversing an Array Write your own script that will find the minimum ele
MATLAB: Traversing an Array Write your own script that will find the minimum element of an array. You CANNOT use the build-in function, min(). Your script will start with generati…
MATLAB: Use the code below to generate 1000 samples of the random variables X, Y
MATLAB: Use the code below to generate 1000 samples of the random variables X, Y, and Z. x=randn(1,1000); y=randn(1,1000); z=x+y; a. Applying equation 3-25 on page 133 of the text…
MATLAB: Write a GUI function that will display sliders for the temperature and w
MATLAB: Write a GUI function that will display sliders for the temperature and wind speed. The GUI will calculate the WFC for the given values, and display the results in a text b…
MATLAB: Write a GUI function that will display sliders for the temperature and w
MATLAB: Write a GUI function that will display sliders for the temperature and wind speed. The GUI will calculate the WFC for the given values, and display the results in a text b…
MATLAB: Write a function called bustrip that computes the bus fare one must pay
MATLAB: Write a function called bustrip that computes the bus fare one must pay in a given city based on the distance travelled. Here is how the fare is calculated: the first mile…
MATLAB: Write a function called matrix_problem that takes as input an array name
MATLAB: Write a function called matrix_problem that takes as input an array named X that is a matrix or a vector. The function identifies those elements of X that are greater than…
MATLAB: Write a function called problem3 that takes an at most two-dimensional m
MATLAB: Write a function called problem3 that takes an at most two-dimensional matrix A as its sole input. The function returns a row vector v containing all elements of A that ar…
MATLAB: Write a function named get_soln_Cramer()that finds the solution of a lin
MATLAB: Write a function named get_soln_Cramer()that finds the solution of a linear system of equations AX=B using Cramer’s rule, which takes (as inputs) a square matrix A of size…
MATLAB: Write a function that creates a simple calculator with a GUI. The GUI sh
MATLAB: Write a function that creates a simple calculator with a GUI. The GUI should have two editable text boxes in which the user enters numbers... 2. GUI #2: Write a function t…
MATLAB: Write a function with the header: function [table] = myWhenCanIRetire(go
MATLAB: Write a function with the header: function [table] = myWhenCanIRetire(goal, PV, A, int) which generates a table of savings vs year [year, savings] it will take you to reac…
MATLAB: Y ou are prohibited from using explicit loops (i.e., for-loop or while-l
MATLAB: You are prohibited from using explicit loops (i.e., for-loop or while-loop). You must use logical indexing instead. Note that an ifstatement is not a loop and can be used …
MATLAB: how do I find a single line anonymous function for this problem? The N-p
MATLAB: how do I find a single line anonymous function for this problem? The N-point DFT X_k of a length-N signal x_n can be expressed in matrix form. X_k _n=0 ^n-1 x_ne^-2pijkm/N…
MATLAB: ibone sputed ordng te the toiiotg En = Fn-1 + Fn-2 with Fo F1 1. a. Comp
MATLAB: ibone sputed ordng te the toiiotg En = Fn-1 + Fn-2 with Fo F1 1. a. Compute the first 10 Fibonacci numbers b. For the first 50 Fibonacci numbers, compute the ratio FR Fn-1…
MATLAB: you are prohibited from using explicit loops (i.e., for-loop or while-lo
MATLAB: you are prohibited from using explicit loops (i.e., for-loop or while-loop). You must use logical indexing instead. Note that an ifstatement is not a loop and can be used …
MATLAB’s differential equations solver dsolve provides symbolic solutions to fir
MATLAB’s differential equations solver dsolve provides symbolic solutions to first-order differential equations, although they are not always explicit solutions. 7. Solve the foll…
MATLAEB A computer numerical control (CNC) router is used for cutting materials.
MATLAEB A computer numerical control (CNC) router is used for cutting materials. The path of the CNC router can be represented by the equations: x = 5+Vt y 2+sin(2t)/(t +1) Where …