How do you create a new script or function in matlab

Assignment Help MATLAB Programming
Reference no: EM13770940

The input function is a MATLAB built-in function that allows a program to accept user input. For example, if one wanted to ask the user to enter a number between 1 and 5, the MATLAB code would look like:

some_num = input(‘Enter a number between 1 and 5')

This code would ask the user to enter a number between 1 and 5, and store the input number in the some_num variable. You may be wondering what the single quotes are. In MATLAB, single quotes denote a string. A string is a sequence of characters, such as ‘dog', and ‘ate my homework!'. For the purposes of this lab, you can consider a string to simply represent text.

1) Based on the information above, write the MATLAB code to ask the user to enter a velocity in m/s. Be sure to store the input in a variable that has a fitting name.

One can also do element-wise multiplication with vectors and matrices in MATLAB (Hadamard product). It is, however, different syntax than multiplying scalar values. For example, if we wanted to multiply a vector x by the scalar 4 (in other words, scale the vector by 4), we would simply write the code 4 * x. This syntax does not work if we want to multiply x by another vector, say y. In order to do element-wise multiplication for vectors and matrices, we need to add a dot to our mathematical operator. Instead of x * y, we would write the code x .* y. The need for the . next to the operator is only necessary for multiplication and division. Addition and subtraction follows the normal, conventional syntax.

2) You have two Matrices, A and B. Assume that they are the correct dimensions (i.e. Both rows and columns are equal). Write the MATLAB code to do the following.

a) Add A and B

b) Subtract B from A

c) Multiply A and B

d) Divide B by A

e) A Cubed (Hint: remember that A raised to the third power is the same as A times A times A)

3) Scripts and functions (also known by their extension as .m files) are ways of organizing code in units or modules. Use the links below to answer the following questions:

MATLAB scripts and functions

MATLAB creating and running scripts

a) What is the difference between a script and function?

b) How do you create a new script or function in MATLAB?

c) List two ways to run a script in MATLAB

Reference no: EM13770940

Questions Cloud

Write an article on optimisation of storage for solar plants : Write an article on the following topic- Optimisation of Storage for Concentrated Solar Power Plants and Developmental mechanism for the resistance change effect in perovskite oxide.
Combustion of hydrocarbons in ideal dry air : Generate algebraic expressions for coefficients a, b, c, d, e, and f as functions of each other and of (known) x and y as far as possible. In particular, provide equations for b, c, d, and f as functions of x, y, a, and e.
What is marketing and describe the four ps of marketing : The Marketing Mix. Explain what is Marketing. Describe the four P's of Marketing. Choose any product you wish and give examples of the four P's and how they entice the consumer to buy.
Ethical principle of last resort : Pursuant to the Ethical Principle of Last Resort, one is morally obligated to act, to aid, to rescue if what conditions are present
How do you create a new script or function in matlab : What is the difference between a script and function. How do you create a new script or function in MATLAB
What is the yearly cost to the american taxpayer : What is the yearly cost to the American taxpayer and what percent of the total federal budget is spent on this program relative to other programs?
Write paper on social media in business about bloomingdales : Write a paper on social media in business about Nordstrom or Bloomingdales.
Choose the two segments of the general environment : Choose the two segments of the general environment that would rank highest in their influence on the corporation you chose. Assess how these segments affect the corporation you chose and the industry in which it operates.
Write essay on effects of twitter and instagram on teenagers : Write an essay on The Effects of Twitter and Instagram on Teenagers. Demonstrate Critical Thinking about the role of audience in shaping your argument.

Reviews

Write a Review

MATLAB Programming Questions & Answers

  Finite difference method

Use the finite difference method to calculate the temperature at the point specified since it is easier.

  Determine the necessary shell temperature

In a shell-and-tube heat exchanger, one fluid passes through a central tube while another fluid flows through an outer shell in the opposite direction. The purpose is to heat the fluid passing through the central tube.

  Find the integral of a function at an arbitrary location

Write a Matlab function to perform numerical integration of a set of evenly spaced data points using the trapezoidal rule

  Compute the speed of single-stage planetary gear train

Write a MATLAB function [speed] = planetary (N, emesh, first, last, arm) that computes the speed of a given link in a single-stage planetary gear train.

  Calculate and plot the error in the numerical derivative

Write a program to calculate and plot the error in the numerical estimate of the derivative.

  Create the graph using matlab functions

Create the graph, which contains a piecewise function where a line exists in the first interval, a parabola in the second interval, and the sine function in the third interval.

  Develop a simulation program

Develop a simulation program

  Create a vector in matlab

Create a three dimensional diagram of function.

  Open a named pipe and to read data from the pipe

Open a named pipe and to read data from the pipe in matlab

  Write the commands that will create the matrix

Write the commands that will create the matrix.

  Lagrange interpolating polynomial of degree

Lagrange interpolating polynomial of degree

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd