Browse M
Alphabetical listing with fast deep pagination.
30746 items • Page 31 / 615
MATLAB Quesion The ’YahooStocks.txt’ and ’AmazonStocks.txt’ file contains stock
MATLAB Quesion The ’YahooStocks.txt’ and ’AmazonStocks.txt’ file contains stock price data from Yahoo, Inc. and Amazon, Inc. shares from January, 2000 till March, 2016. For each d…
MATLAB Question (Please provide code) where R = 1 ohm. Simplifying these equatio
MATLAB Question (Please provide code) where R = 1 ohm. Simplifying these equations yields the following system of equations: 11*i1 3*i2 = 30, 3*i1 + (R + 5)*i2 i3 = 5, i2 + 3*i3 =…
MATLAB Question 3. (50 points) We talked about several different sorting algorit
MATLAB Question 3. (50 points) We talked about several different sorting algorithms in class. For this question, you write a function that receives any row sorted in ascending ord…
MATLAB Question The Gregorian calendar, which is the most widely used kind in th
MATLAB Question The Gregorian calendar, which is the most widely used kind in the world, has a special mechanism called leap years, in which an additional day is included to keep …
MATLAB Question The average monthly precipitation (in.) for Bostona and Seattle
MATLAB Question The average monthly precipitation (in.) for Bostona and Seattle during 2012 are given in the vectors below. BOS=[2.67 1.00 1.21 3.09 3.43 4.71 3.88 3.08 4,10 2.62 …
MATLAB Question! Help. It is related to creating, indexing, and manipulating arr
MATLAB Question! Help. It is related to creating, indexing, and manipulating arrays in MATLAB Practice creating, indexing, and manipulating arrays in MATLAB. Write a script to man…
MATLAB Question! Help. It is related to creating, indexing, and manipulating arr
MATLAB Question! Help. It is related to creating, indexing, and manipulating arrays in MATLAB Practice creating, indexing, and manipulating arrays in MATLAB. Write a script to man…
MATLAB Question, please help! If the velocity distribution of a fluid flowing th
MATLAB Question, please help! If the velocity distribution of a fluid flowing through a pipe is known, the flow rate Q can be computed using the formula: Q = integral vda where v …
MATLAB Question.. Add noise to two codes below: clear all %% transmitter % -----
MATLAB Question.. Add noise to two codes below: clear all %% transmitter % ------>Digitizing [y, Fs, nbits] = wavread('road.wav', 'double'); % Source Coding ---->Huffman Enc…
MATLAB Question.. Please add noise to following two matlab codes. First one incl
MATLAB Question.. Please add noise to following two matlab codes. First one include image and second include sound data type. clear all %% transmitter img = imread('hand.jpg'); % …
MATLAB Question.. add noise after (or into) QPSK codes and please test the .m fi
MATLAB Question.. add noise after (or into) QPSK codes and please test the .m file it gives error or not before send an answer. clear all %% transmitter fid = fopen('sample.txt','…
MATLAB Question.. please add noise to codes below clear all %% transmitter fid =
MATLAB Question.. please add noise to codes below clear all %% transmitter fid = fopen('sample.txt','r'); data = fread(fid); data=reshape(data,1,87); original_text= char(data); ch…
MATLAB Question.. please add noise to codes below clear all %% transmitter fid =
MATLAB Question.. please add noise to codes below clear all %% transmitter fid = fopen('sample.txt','r'); data = fread(fid); data=reshape(data,1,87); original_text= char(data); ch…
MATLAB Question: Running average filter is a way for smoothing noisy data set. F
MATLAB Question: Running average filter is a way for smoothing noisy data set. For each data sample in a running average filter, the program examines a subset of n samples centere…
MATLAB Questions 1) The primary form of data in MATLAB is vectors. They can be o
MATLAB Questions 1) The primary form of data in MATLAB is vectors. They can be one-dimensional (i.e., vectors), or two-dimensional (i.e., matrices). a) Write the MATLAB code to cr…
MATLAB R2018a-academic use HOME PLOTS APPS EDITOR PUBLIS MEW Search Documentatio
MATLAB R2018a-academic use HOME PLOTS APPS EDITOR PUBLIS MEW Search Documentation Log In Run Saien New Cpen Sae Adanos HcUsrNic RDcrs MATLAB Curent Folde Cornmand Window Workspace…
MATLAB REQUIRED FOR CODING. PLEASE FOLLOW INSTRUCTIONS. THANK YOU. If a hot liqu
MATLAB REQUIRED FOR CODING. PLEASE FOLLOW INSTRUCTIONS. THANK YOU. If a hot liquid in a container is left to cool, its temperature will gradually approach room temperature. The te…
MATLAB REQUIRED TO CODE. PLEASE FOLLOW INSTRUCTIONS PLEASE FIND THE QUESTION (3.
MATLAB REQUIRED TO CODE. PLEASE FOLLOW INSTRUCTIONS PLEASE FIND THE QUESTION (3.13) BELOW ALONG WITH THE INSTRUCTIONS: ADDITIONAL MATERIAL FOR QUESTION: PLEASE SOLVE WITH DETAIL. …
MATLAB Recall that the multiplication of two matrices are defined as the followi
MATLAB Recall that the multiplication of two matrices are defined as the following: [A]_mn = [B]_mp[C]_pn A_ij = sigma^p_k = 1B_ikC_kj with correct dimensions, MATLAB * operator w…
MATLAB Repeat the projectile exercise we did in lecture (result in demos- symPro
MATLAB Repeat the projectile exercise we did in lecture (result in demos- symProj.m) this time with fully parameterized symbolic functions. Example dx = vo * t * cos (ang) becomes…
MATLAB Replace. Arrange Quick } . Styles. ExE(4) a) Create B which is a 4 by 6 m
MATLAB Replace. Arrange Quick } . Styles. ExE(4) a) Create B which is a 4 by 6 matrix with elements evenly spaced between -20 and 18. b) Create another matrix C that is 3 by 8 wit…
MATLAB SOR itteration Exercise 2: Successive Over-Relaxation The successive over
MATLAB SOR itteration Exercise 2: Successive Over-Relaxation The successive over-relaxation method (SOR method) is another iterative method related to Jacobi and Gau Seidel iterat…
MATLAB SYSTEM AND SIGNAL QUESTION/COMMUINCATION, EXPERT MUST KNOW MATLAB 3. Matl
MATLAB SYSTEM AND SIGNAL QUESTION/COMMUINCATION, EXPERT MUST KNOW MATLAB 3. Matlab Experiment: Sample CDF and pdf Assume we have N samples of a random variable X with CDF Fx(x) an…
MATLAB Strings are used for which of the following(check all that apply): A.File
MATLAB Strings are used for which of the following(check all that apply): A.Filenames B.Calculating C.Line style parameters D.Printing to the command line or a file E.Titles,legen…
MATLAB Suppose a data source produces a series of characters drawn from a set of
MATLAB Suppose a data source produces a series of characters drawn from a set of M distinct symbols. If symbol k is produced with probability pk, the first-order entropy of the so…
MATLAB Suppose you had five dice, where each die when rolled will give values be
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 representi…
MATLAB Table Interval Help needed I have the following code: myfunction = @(x, y
MATLAB Table Interval Help needed I have the following code: myfunction = @(x, y) -.04*y -9.8; x0 = 0; xf = 10; y0 = 49; h = 0.1; N = (xf - x0)/h; [t1,v1]= euler(myfunction, x0, x…
MATLAB Technical Analysis and Applications with MA 218 8-14. 00 8-15. -20rcos4ud
MATLAB Technical Analysis and Applications with MA 218 8-14. 00 8-15. -20rcos4ude 20rsin 4de 8-16. 8-17, z=1 xe "dr 8-18 [20e "de Note: You may prefer to write M-files to solve so…
MATLAB The Rayleigh distribution is another random number distribution that appe
MATLAB The Rayleigh distribution is another random number distribution that appears in many practical problems. A Rayleigh-distributed random value can be created by taking the sq…
MATLAB The USF math department has forgotten the value of pi and they want you t
MATLAB The USF math department has forgotten the value of pi and they want you to calculate it for them. Assume you have a quarter circle inside a square with sides of 1x1 unit. T…
MATLAB The area of a parallelogram in R 2 , built on vectors v 1 , v 2 , and the
MATLAB The area of a parallelogram in R 2 , built on vectors v 1 , v 2 , and the volume of a parallelepiped in R 3 , built on vectors v 1 , v 2 , v 3 , are det A (or abs(det A)), …
MATLAB The data can be modeled with the function: y = axe^beta x Perform a curve
MATLAB The data can be modeled with the function: y = axe^beta x Perform a curve fit of the function to the data by first linearizing the relationship, then using polyf it to dete…
MATLAB The function f(x) = ln(x) is defined over the real numbers (R^1) for x el
MATLAB The function f(x) = ln(x) is defined over the real numbers (R^1) for x elementof (0, infinity) (though MATLAB will report ln(0) as -Inf). Use an if selection structure to c…
MATLAB The one on the bottom is the \"previous\" one they are referring to. No l
MATLAB The one on the bottom is the "previous" one they are referring to. No loops, for, while, switcj, i = counting. Interleave advanced Modify the function interleave, written i…
MATLAB The power output of a solar cell varies with the voltage it supplies and
MATLAB The power output of a solar cell varies with the voltage it supplies and the temperature it operates at. The following model relates the Voltage at which a solar cell produ…
MATLAB The user is supposed to enter either a ‘yes’ or ‘no’ in response to a pro
MATLAB The user is supposed to enter either a ‘yes’ or ‘no’ in response to a prompt. The script will print “OK, continuing” if the user enters either a ‘y’, ‘Y’,'Yes', or 'yes' or…
MATLAB These are simple MATLAB quizzes. I just want exact answer. I don\'t need
MATLAB These are simple MATLAB quizzes. I just want exact answer. I don't need the explanation of this questions. Please answer these question with exact answer. Please please sol…
MATLAB This is the code I have so far from the previous code that goes with part
MATLAB This is the code I have so far from the previous code that goes with part 2 but it needs to be changed to include air density calculated by the function in part 1 Cd=1; %dr…
MATLAB This is what I have so far but Im positive it wont work and Im completely
MATLAB This is what I have so far but Im positive it wont work and Im completely lost on this problem. GIVEN: Finding zeroes of Bessel function Bessel functions have many applicat…
MATLAB This problem is another entry in our\" numerical approximation of pi\" se
MATLAB This problem is another entry in our" numerical approximation of pi" series. Assume that you have created x_0, and y_0; two real random numbers between 0 and 1. If x_0 and …
MATLAB Thus far you know several kinds of containers available in MATLAB: vector
MATLAB Thus far you know several kinds of containers available in MATLAB: vectors, matrices, cell arrays, and structs. In many other languages, a container has a unique set of met…
MATLAB Time of day can be represented several ways, among them 12-hour time and
MATLAB Time of day can be represented several ways, among them 12-hour time and 24-hour time. Write a function which takes as input 24-hour time in hours and minutes and outputs 1…
MATLAB Two sets of data are given A test set: x y 1 4 2 5 3 8 And a set of exper
MATLAB Two sets of data are given A test set: x y 1 4 2 5 3 8 And a set of experimental data: Time (s) Velocity (m/s) 1 10.00 2 16.30 3 23.00 4 27.50 5 31.00 6 35.60 7 39.00 8 41.…
MATLAB Type “guide” in the command line. Use guide to create a GUI with two push
MATLAB Type “guide” in the command line. Use guide to create a GUI with two pushbuttons. Change the text of both push buttons to be blank, and change their colors to white. Then s…
MATLAB Use Matlab to write a script and post the script and the result. A water
MATLAB Use Matlab to write a script and post the script and the result. A water tank consists of a cylindrical part of radius r and heighth, and a hemispherical top. The tank is t…
MATLAB Use Matlab to write a script and post the script and the result. Write a
MATLAB Use Matlab to write a script and post the script and the result. Write a user-defined function that arranges the digits of a given positive) number in a row vector in the s…
MATLAB Use nested for loops to perform the following exercises. (a) Create the 3
MATLAB Use nested for loops to perform the following exercises. (a) Create the 3-D function: T(x,y,z) = x2 + y2 + z2 in a rectangular domain with x = [-2:0.2:2]; y = [-1:0.2:1] an…
MATLAB Use nested for loops to perform the following exercises. (a) Create the 3
MATLAB Use nested for loops to perform the following exercises. (a) Create the 3-D function: T(x,y,z) = x2 + y2 + z2 in a rectangular domain with x = [-2:0.2:2]; y = [-1:0.2:1] an…
MATLAB Use the Newton-Raphson method to find the solutions to the non-linear equ
MATLAB Use the Newton-Raphson method to find the solutions to the non-linear equations defined in sections (a)-(c), below. For each problem, the initial guess is given. As you wri…
MATLAB Use the information given from preexisting Morse.mat data file in Matlab,
MATLAB Use the information given from preexisting Morse.mat data file in Matlab, and create the following two functions: (1) "morseEncoder.m" that reads a passcode in English char…