Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Browse M

Alphabetical listing with fast deep pagination.
30746 items • Page 280 / 615

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
Matlab help!. My professor dosen\'t hardly explain anything in class so if you a
Matlab help!. My professor dosen't hardly explain anything in class so if you answer pls answer with explanations for the sytaxs you use. A lot of different tasks require figuring…
Matlab help. Terribly lost, but I know how to access the files I need to load. 1
Matlab help. Terribly lost, but I know how to access the files I need to load. 1. e the island group that you used in homework 4 (see class wiki site if you can't remember and the…
Matlab help. This is what I have so far for this problem. I do not know where to
Matlab help. This is what I have so far for this problem. I do not know where to go from here and all results must be displayed using fprintf. like a 1. A container is shaped as a…
Matlab help. This script gives the # of occurrences of Easter between 2000 and 2
Matlab help. This script gives the # of occurrences of Easter between 2000 and 2100. c = zeros(1,31); for year = 2000:2100 dn=easter(year); fulldate=datevec(dn); date=fulldate(3);…
Matlab help. This script gives the # of occurrences of Easter between 2000 and 2
Matlab help. This script gives the # of occurrences of Easter between 2000 and 2100. c = zeros(1,31); for year = 2000:2100 dn=easter(year); fulldate=datevec(dn); date=fulldate(3);…
Matlab help. What would I put in blanks in line 7 time()=n; line 41 and 43. I\'m
Matlab help. What would I put in blanks in line 7 time()=n; line 41 and 43. I'm trying to extrapolate to get fibnum(50) by plotting the time elapsed with semilogy(time) and findin…
Matlab homework PROBLEM1 (50 points) Write a short Matlab program to perform the
Matlab homework PROBLEM1 (50 points) Write a short Matlab program to perform the followinmatrix operations: Cl-A-B, C2-A-B. C3-AB. C4-AB, where .3 44 6.6 67 76 8.3 9.6 106 0.5 33 …
Matlab homework. 6. Create a vector x with the elements xn = (-1)n+1/(2n-1 ) Add
Matlab homework. 6. Create a vector x with the elements xn = (-1)n+1/(2n-1 ) Add up the elements of the version of this vector that has 100 elements 7. Write down the MATLAB expre…
Matlab is recommended, but you can choose whatever language you prefer. Please a
Matlab is recommended, but you can choose whatever language you prefer. Please attach your codes to the submission. Answer the following simulation related questions: (a) Why is i…
Matlab link : https://drive.google.com/open?id=0B5MDnBF8A-aENF9YLTRZaXZxd3c The
Matlab link : https://drive.google.com/open?id=0B5MDnBF8A-aENF9YLTRZaXZxd3c The first tab of the Excel data file for this problem contains a complex periodic function composed of …
Matlab logical indexing Generate a vector hav ing linearly spaced values between
Matlab logical indexing Generate a vector hav ing linearly spaced values between -2 and 2. There should he at least 11 values. Keep a copy of this original vector. With a second c…
Matlab needed to do this. 1. 4 points] write the script or function m-file to co
Matlab needed to do this. 1. 4 points] write the script or function m-file to compute s- ei, where E 1 indicates the summation from n-1 to M and run the case M-10. (a) Using forle…
Matlab please 17-UDF-4 Spring 2017 wrk Due: 4/11/2017 Submit your work to the Dr
Matlab please 17-UDF-4 Spring 2017 wrk Due: 4/11/2017 Submit your work to the Dropbox in a file named Bisection.m The "root" of an equation, ysf(x), is a value of x for which y ha…
Matlab please Keith number is a number (integer) that appears in a Fibonacci-lik
Matlab please Keith number is a number (integer) that appears in a Fibonacci-like sequence that is based on its own decimal digits. For two-decimal digit numbers (10 through 99) a…
Matlab please help please MECH 1310 Homework #07-cos-Series Due: 4/19/2018 To be
Matlab please help please MECH 1310 Homework #07-cos-Series Due: 4/19/2018 To be collected for grade. Submit your work to the Dropbox in a file named mycosD.m before 11:59 pm on t…
Matlab problem Aluminum alloys are made by adding other elements to aluminum to
Matlab problem Aluminum alloys are made by adding other elements to aluminum to improve its properties, such as hardness or tensile strength. The following table shows the composi…
Matlab problem Below is lutx. Just copy and paste to your MATLAB 2.19. For n = 1
Matlab problem Below is lutx. Just copy and paste to your MATLAB 2.19. For n = 100, solve this tridiagonal system of equations three different ways: 2x1-x2 = 1, (a) Use diag three…
Matlab problem Electronic images are composed of three colors, red, green, and b
Matlab problem Electronic images are composed of three colors, red, green, and blue. The color values are stored in a three dimensional matrix. In this project 7 images of color s…
Matlab problem Write a function with header [b] = myBinAdder (b_1, b_2), where b
Matlab problem Write a function with header [b] = myBinAdder (b_1, b_2), where b_1, b_2, and b are binary numbers represented as in problem 1. The output variable should be comput…
Matlab problem Your roommate has borrowed $100,000 in student loans. The loan ch
Matlab problem Your roommate has borrowed $100,000 in student loans. The loan charges a 6% annual interest rate, and interest charges are applied each month. In other words, every…
Matlab problem function mpc = case5 %CASE5 Power flow data for modified 5 bus, 5
Matlab problem function mpc = case5 %CASE5 Power flow data for modified 5 bus, 5 gen case based on PJM 5-bus system % Please see CASEFORMAT for details on the case file format. % …
Matlab problem help plz! Develop a function in Matlab that implements Newton\'s
Matlab problem help plz! Develop a function in Matlab that implements Newton's polynomial interpolation technique. The function should take three arguments: x, y, and xx, where x …
Matlab problem, please provide help in Matlab code. The Pascal triangle can be d
Matlab problem, please provide help in Matlab code. The Pascal triangle can be displayed as elements in a lower-triangular matrix where the element i j is the binomial coefficient…
Matlab problem: I have some code written, but I\'m not sure if I\'m going in the
Matlab problem: I have some code written, but I'm not sure if I'm going in the right direction: Code: k = [-10:0.01:-3.01 -2.99:0.01:2.99 3.01:0.01:10]; ram_num = [10 500 1000 150…
Matlab problem: I have some code written, but I\'m not sure if I\'m going in the
Matlab problem: I have some code written, but I'm not sure if I'm going in the right direction: Code: k = [-10:0.01:-3.01 -2.99:0.01:2.99 3.01:0.01:10]; ram_num = [10 500 1000 150…
Matlab problem: I need to create a move for the computer in the tic-tac-toe game
Matlab problem: I need to create a move for the computer in the tic-tac-toe game, which the computer will never loses. plz modify the codes below to create a script for this. Hint…
Matlab problem: I need to create a move for the computer in the tic-tac-toe game
Matlab problem: I need to create a move for the computer in the tic-tac-toe game, which the computer will never loses. plz modify the codes below to create a script for this. (PLZ…
Matlab problem: Your computer system uses a 4-letter password for login. For our
Matlab problem: Your computer system uses a 4-letter password for login. For our purposes the password is restricted to lower case letters of the alphabet. It is easy to calculate…
Matlab problems PROBLEM 1 (25 points) Use a for loop to fill the Hilbert matrix:
Matlab problems PROBLEM 1 (25 points) Use a for loop to fill the Hilbert matrix: i= 10 and j= 10 PROBLEM 2 (25 points) Plot the below function on three different graphs. The first…
Matlab program, need help (Write sepreate scripts to answer all of the following
Matlab program, need help (Write sepreate scripts to answer all of the following questions. Tic-tac-toe. Write a program to play tic-tac-toe. For now, the interface will be minima…
Matlab programming language Can you help me please code this problem in matlab p
Matlab programming language Can you help me please code this problem in matlab program. Matlab programming language Can you help me please code this problem in matlab program. Pro…
Matlab programming question. I am creating a program to create a gravity maze th
Matlab programming question. I am creating a program to create a gravity maze that is populated with one player (set as a value of 2), one goal (a value of 3), and the rest random…
Matlab programming: [20 points] A college professor would like to compare how st
Matlab programming: [20 points] A college professor would like to compare how students perform on a test she gives each year. The following is the first and second year data as fo…
Matlab question ( I just want the code ) Exercise: 1. Plot the following DTFT wi
Matlab question ( I just want the code ) Exercise: 1. Plot the following DTFT with respect to normalized frequency. You need to plot 4 graphs (the real part, the imaginary part, t…
Matlab question 1. Create the USA border and 100 cities inside the border includ
Matlab question 1. Create the USA border and 100 cities inside the border including a hub city a) Write a function M-file cities.m that creates the location of cities inside a giv…
Matlab question 1. Write a script called \"timer\" that takes two inputs (minute
Matlab question 1. Write a script called "timer" that takes two inputs (minutes and seconds). The script should allow you to enter up to 99 minutes and up to 99 seconds. It will o…
Matlab question 2. Create a function called \"linear\" that takes a file name as
Matlab question 2. Create a function called "linear" that takes a file name as input, reads the file data (which has two columns of data) and creates two vectors ("x" and "y"), cr…
Matlab question 3 In-class Exercise 3. You have been contacted by a construction
Matlab question 3 In-class Exercise 3. You have been contacted by a construction agency that wants you to develop a program to calculate the total surface area of several identica…
Matlab question Bacterial growth is often characterized with an exponential equa
Matlab question Bacterial growth is often characterized with an exponential equation, shown below. Here B is the current number of bacteria, B_init is the initial number of bacter…
Matlab question Complete the implementation of the linSys_1 function, which solv
Matlab question Complete the implementation of the linSys_1 function, which solves a system of simultaneous linear equations. The function should return a vector x which is the so…
Matlab question In this exercise, you will be creating a function trough_error t
Matlab question In this exercise, you will be creating a function trough_error that will assign a message based on the input vector y. Note that we can assign a message by typing:…
Matlab question In this exercise, you will be creating a function trough_error t
Matlab question In this exercise, you will be creating a function trough_error that will assign a message based on the input vector y. Note that we can assign a message by typing:…
Matlab question The number of bacteria, B, in a certain culture that is subject
Matlab question The number of bacteria, B, in a certain culture that is subject to refrigeration can be approximated by the equation , where B = 300,000e^(-0.032t), where e, is th…
Matlab question While loop, nested or not? You be the judge. You will develop an
Matlab question While loop, nested or not? You be the judge. You will develop an indefinite loop (while) which will simulate rolling a die until a six is rolled. Use the randi fun…
Matlab question and I need codes Write a user-defined function with function cal
Matlab question and I need codes Write a user-defined function with function call [r, k] = rootfinder (f, x0, kmax, tol) where f is an anonymous function, x0 is a specified value,…
Matlab question for task 4 Task 4: report.txt Use function fprintf to create a t
Matlab question for task 4 Task 4: report.txt Use function fprintf to create a text file named report.txt which has the following: Your name on the first line Your PID on the seco…
Matlab question please answer this using matlab 1. [10 marks] An engineer wants
Matlab question please answer this using matlab 1. [10 marks] An engineer wants to work out how much fuel a 4-cylinder internal combustion engine uses per hour, as a function of t…
Matlab question pls help. I dont know what to do. Please give me step by step in
Matlab question pls help. I dont know what to do. Please give me step by step instructions. One frequent use of a plotting feature is to easily identify trends, relationships, and…
Matlab question! Insert 0 between 2 positive integers. For example, [ 1 3 -4 5 6
Matlab question! Insert 0 between 2 positive integers. For example, [ 1 3 -4 5 6 -8 -2] Becomes [ 1 0 3 -4 5 0 6 -8 - 2] Please answer with full codes ans comments on matlab! Matl…
Matlab question!!! Design and implement a class of fractions in MATLAB. To aid i
Matlab question!!! Design and implement a class of fractions in MATLAB. To aid in displaying fractions, the sign of the number should be kept with the numerator. For example, the …