Browse M
Alphabetical listing with fast deep pagination.
30746 items • Page 27 / 615
MATLAB Assignment: 1. Write a MATLAB program to calculate the three angles Law o
MATLAB Assignment: 1. Write a MATLAB program to calculate the three angles Law of in a triangle given the three sides using the law ofcosines. 2-2-b-c-cos(A) 2 |a2 Example If a = …
MATLAB Assume that you have a reservoir of water at 50 degrees F. You want to ra
MATLAB Assume that you have a reservoir of water at 50 degrees F. You want to raise the temperature of water to 100 degrees F by pumping it through a 50,000 BTU water heater. What…
MATLAB BASIC CODE QUESTION Can you write a code for me? 1.The monthly payment M
MATLAB BASIC CODE QUESTION Can you write a code for me? 1.The monthly payment M of a loan amount P for y years and with interest rate r can be calculated by the formula: Write a p…
MATLAB Basics (brain.jpg) 1. What is the difference between a binary, grey-scale
MATLAB Basics (brain.jpg) 1. What is the difference between a binary, grey-scale and color image? 2. What is the use of the functions below? a. imread b. imfinfo c. imwrite …
MATLAB Begin this problem by retrieving your own individual MATLAB header. The C
MATLAB Begin this problem by retrieving your own individual MATLAB header. The C program shown on the next page implements a common algorithm for sorting a one-dimensional array o…
MATLAB Bleep out the given \"censored\" substring in an original text string, ig
MATLAB Bleep out the given "censored" substring in an original text string, ignoring case. For ead censored substring found, replace every character with … except for the first ch…
MATLAB CODE 30. Write a program that determines the change given back to a custo
MATLAB CODE 30. Write a program that determines the change given back to a customer in a self-service checkout machine of a supermarket for purchases of up to S The program genera…
MATLAB CODE Atomic Atomic Density,Crystal Symbol Number Weight g/em3 Structure M
MATLAB CODE Atomic Atomic Density,Crystal Symbol Number Weight g/em3 Structure Metal AluminumCu26 9594 89 BCC Al 13 29 26.982.71 63.558.94FCC 55.857.87BCC 95.9410.22 BCC 58.938.9 …
MATLAB CODE NEEDED !! Starts with a given inertia matrix for a satellite and out
MATLAB CODE NEEDED !! Starts with a given inertia matrix for a satellite and outputs this matrix (with a label and units). Calculates and outputs the principal MOIs (with a label …
MATLAB CODE PLEASE! Plot the function in the domain f(x) = (x^2 - 6x + 7) / (x^3
MATLAB CODE PLEASE! Plot the function in the domain f(x) = (x^2 - 6x + 7) / (x^3 - 8). In the domain 0 <= x <= 4. Notice that the function has a vertical asymptote at x = 2 …
MATLAB CODE PLEASE.. For all of this project we will assume a sampling rate of F
MATLAB CODE PLEASE.. For all of this project we will assume a sampling rate of Fs 4,410 Hz (and that is NOT a typo... it is NOT the more standard 44.1kHz value often used for audi…
MATLAB CODE function mybisect( f,xl,xu,n ) c=feval(f, xl); d=feval(f, xu); if c*
MATLAB CODE function mybisect( f,xl,xu,n ) c=feval(f, xl); d=feval(f, xu); if c*d>0.0 error('Function has same sign at both endpoints') end for i=1:n xr=(xl+xu)/2; …
MATLAB CODE function mynewrep(f,f1,x0,n) x = x0; for i = 1:n x = x - f(x)/f1(x);
MATLAB CODE function mynewrep(f,f1,x0,n) x = x0; for i = 1:n x = x - f(x)/f1(x); disp([ i x f(x)]) if f(x)<0.01 break end end end Modify the …
MATLAB CODE please 4, (2006) Write a program that will perform the following a.
MATLAB CODE please 4, (2006) Write a program that will perform the following a. Define 2 by 7 array contains random numbers in the interval -10 to 10 b. Print the array c. The fir…
MATLAB CODE!!! Problem 4: Plot the functions sin(t), sin(t), and ) over the inte
MATLAB CODE!!! Problem 4: Plot the functions sin(t), sin(t), and ) over the interval [0, 2] using equally spaced points with step size 0.05 on three sub-figures in a column. Note …
MATLAB CODE. I do give thumbs up for correct answers Classwork#9 Using loops and
MATLAB CODE. I do give thumbs up for correct answers Classwork#9 Using loops and if statement (if needed) write down a matlab code that first generate a random integer matrix A wi…
MATLAB CODE: function [density] = myCalculateDensity( X ) a. INPUTS: A 2D matrix
MATLAB CODE: function [density] = myCalculateDensity( X ) a. INPUTS: A 2D matrix X. For this project, each element of X will represent a pixel of bone. The higher the number, the …
MATLAB CODING HELP PLEASE! 1. [10 points] Find the minimum of the three dimensio
MATLAB CODING HELP PLEASE! 1. [10 points] Find the minimum of the three dimensional function f (x, y, z) = 2x^2 + y^2 + z^3 - 2xy + yz - 7y - 4z using the steepest descent method …
MATLAB CODING Write a pentadiagonal solver starting from this code of a tridiago
MATLAB CODING Write a pentadiagonal solver starting from this code of a tridiagonal solver shown below. function x = Tridiag(e,f,g,r) % Tridiag: Tridiagonal equation solver banded…
MATLAB Cable car times: Student teams competed in a cable car competition and re
MATLAB Cable car times: Student teams competed in a cable car competition and recorded their times to race across a 50 m test cable. The following times were recorded (in seconds)…
MATLAB Chapter 7: User-Defined Functions and Functi 15. The area of a triangle A
MATLAB Chapter 7: User-Defined Functions and Functi 15. The area of a triangle ABC can be calculated by: where AB is the vector from point A to point B and AC is the vector from p…
MATLAB Chapter 7: User-Defined Functions and Functi 15. The area of a triangle A
MATLAB Chapter 7: User-Defined Functions and Functi 15. The area of a triangle ABC can be calculated by: where AB is the vector from point A to point B and AC is the vector from p…
MATLAB Code Exercise 2 The wind chill factor (WCF) describes how cold it \"feels
MATLAB Code Exercise 2 The wind chill factor (WCF) describes how cold it "feels for a given temperature T, in Fahrenheit, and a given wind speed V (in miles per hour). The equatio…
MATLAB Code IN MATLAB, Write a function with the header: [balance, rate] = myROI
MATLAB Code IN MATLAB, Write a function with the header: [balance, rate] = myROICalculator(balance) which calculates the Return on Investment (ROI) after one year with the followi…
MATLAB Code IN MATLAB.You should save money for retirement from your very first
MATLAB Code IN MATLAB.You should save money for retirement from your very first paycheck. Luckily, your company has a 401k (retirement savings plan) that will allow you to put a c…
MATLAB Code Please Suppose you can get an annual interest rate r (as a decimal).
MATLAB Code Please Suppose you can get an annual interest rate r (as a decimal). You want to save S dollars over N years. You will need to make a monthly deposit of M = S r/12/(1 …
MATLAB Code Please! Tribonacci numbers are the numbers in a sequence in which th
MATLAB Code Please! Tribonacci numbers are the numbers in a sequence in which the first three elements are 0, 1, and 1, and the value of each subsequent element is the sum of the …
MATLAB Code Please. I want a 50 times 50 matrix called A where: The value of the
MATLAB Code Please. I want a 50 times 50 matrix called A where: The value of the elements in the first row is the number of the column they are in. The value of the elements in th…
MATLAB Code for problem below. A vector v stores for several employees of the Gr
MATLAB Code for problem below. A vector v stores for several employees of the Green Fuel Cells Corporation their hours worked for one week followed for each by the hourly pay rate…
MATLAB Code for the following problem A machine composed of a chain of blocks is
MATLAB Code for the following problem A machine composed of a chain of blocks is shown. Each block operates independently and has a failure rate of 2% = 0.02. The machine will pro…
MATLAB Code that I have: clear all;close all; izombies = 1; time = 10; ihumans =
MATLAB Code that I have: clear all;close all; izombies = 1; time = 10; ihumans = input('how many humans will enter: '); if (ihumans == 0)||(ihumans > 300) print('error'); ihuma…
MATLAB Code: MATLAB Code: The following were the daily maximum temperatures (Cel
MATLAB Code: MATLAB Code: The following were the daily maximum temperatures (Celsius) in Philadelphia during the month of March 2004: 24, 13, 23, 14, 11, 19, 9, 23, 25, 20, 22, 27…
MATLAB Coding ! I have the following statement in one file 1 motor_rad = EtoR(mo
MATLAB Coding ! I have the following statement in one file 1 motor_rad = EtoR(motor_acc); now I want to create another file 2 named (Etor) with output motor_acc the Etor file shou…
MATLAB Cody Coursework An amortization table shows how a loan debt is paid off i
MATLAB Cody Coursework An amortization table shows how a loan debt is paid off in monthly payments over the term of a the loan. For each monthly payment, the amount paid toward in…
MATLAB Create a column vector x with 17 equally spaced elements where the first
MATLAB Create a column vector x with 17 equally spaced elements where the first element is 0 and the last element is 2pi. Create a second column vector y which is the same size as…
MATLAB Create a matrix with 4 rows and 8 columns with every element equal to 0.
MATLAB Create a matrix with 4 rows and 8 columns with every element equal to 0. Create a second, smaller matrix with 2 rows and 4 columns where each row is [1 2 3 4]. Replace the …
MATLAB Create a matrix with 4 rows and 8 columns with every element equal to 0.
MATLAB Create a matrix with 4 rows and 8 columns with every element equal to 0. Create a second, smaller matrix with 2 rows and 4 columns where each row is [1 2 3 4]. Replace the …
MATLAB ENGINEERING PROBLEM This problem must be solved using matlab, not by hand
MATLAB ENGINEERING PROBLEM This problem must be solved using matlab, not by hand. Please post a screenshot of your code. "2.34. You arrive at your lab at 8 A.M. and add an indeter…
MATLAB EXERCISE: Perform the following experiment with MATLAB (For help, use the
MATLAB EXERCISE: Perform the following experiment with MATLAB (For help, use the commands help and lookfor; for information about these commands, run Matlab and type help help and…
MATLAB EXERCISE: Perform the following experiment with MATLAB (For help, use the
MATLAB EXERCISE: Perform the following experiment with MATLAB (For help, use the commands help and lookfor; for information about these commands, run Matlab and type help help and…
MATLAB Each number on older telephone keypads, except 0 and 1, corresponds to th
MATLAB Each number on older telephone keypads, except 0 and 1, corresponds to three uppercase letters as shown in this list: 2 ABC, 3 DEF, 4 GHI, 5 JKL, 6 MNO, 7 PRS, 8 TUV, 9 WXY…
MATLAB Engineers use both English and SI (Systeme International d’Unites) units
MATLAB Engineers use both English and SI (Systeme International d’Unites) units on a regular basis. Some fields use primarily one or the other, but many combine the two systems. F…
MATLAB Engineers use both English and SI (Systeme International d’Unites) units
MATLAB Engineers use both English and SI (Systeme International d’Unites) units on a regular basis. Some fields use primarily one or the other, but many combine the two systems. F…
MATLAB Exercise 1. Create a 4X8 matrix of randomly generated numbers 2. Loop thr
MATLAB Exercise 1. Create a 4X8 matrix of randomly generated numbers 2. Loop through all rows and columns and test whether each element is greater than 0.5 3. Report results of th…
MATLAB Exercise 3 February 27, 2017 Objectives: To gain experience with manipula
MATLAB Exercise 3 February 27, 2017 Objectives: To gain experience with manipulating arrays in MATLAB. To get acquainted with MATLAB'splotting capabilities. Background: A second-o…
MATLAB Exercises We wish to transmit the following 20 bits of data, using variou
MATLAB Exercises We wish to transmit the following 20 bits of data, using various modulation schemes: [100 11 10 11 0000 10 11101] 1. Using a data rate of 1 bit per second, a carr…
MATLAB FILTERING If you have watched the FIFA World Cup, chances are you have be
MATLAB FILTERING If you have watched the FIFA World Cup, chances are you have been tormented by the incessant drone of the Vuvuzela. A Vuvuzela is a long plastic horn capable of p…
MATLAB FSK Encoder One of the simplest modems is FSK (V.21) which works by sendi
MATLAB FSK Encoder One of the simplest modems is FSK (V.21) which works by sending a 1650-Hz tone for binary 1 and a 1850-Hz tone for binary 0. The symbol interval is 1/300 second…
MATLAB FUNCTION SCRIPT The power output of a solar cell varies with the voltage
MATLAB FUNCTION SCRIPT 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 …
MATLAB FUNCTION The Maclaurin series expansion for the sine function is: where x
MATLAB FUNCTION The Maclaurin series expansion for the sine function is: where x is in radians. This function can be used to approximate the sine of x with increasing accuracy as …