1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
lys-0071 [83]
3 years ago
8

What is the Matlab command to create a column vector with 11 equally spaced elements, whose first element is 2 and whose last is

32.
Computers and Technology
1 answer:
Ray Of Light [21]3 years ago
6 0

Answer:

transpose(linspace(2,32,11))

Explanation:

<em>To get the equally spaced elements you can use:</em>

<em>linspace</em> is the command for generating a linearly spaced vector.

For instance, the command:

<em>linspace</em>(element1,element2,n)

generates n points, between element1 and element2

The spacing between the points is calculated by

\frac{element2-element1}{n-1}

In your case, the <em>linspace</em> command will create a vector with 1 row and 11 columns (1x11).

To get the column vector:

In order to convert this vector into one with 11 rows and 1 column (11x1), you can use:

<em>tanspose</em>(vector)

where vector is <em>linspace</em>(element1,element2,n)

You might be interested in
Why do my airpods keep disconnecting from my laptop
user100 [1]
Hmm well maybe there is bad Bluetooth connection coming from the laptop
7 0
2 years ago
Read 2 more answers
What is the single most important component of a computer? Central Processing Unit DIP Motherboard Chipset
Dominik [7]
The mother board it holds all of the storage
5 0
4 years ago
PLEASE HELP ASAP!! Timed test!!
maks197457 [2]

Answer:

d i think

Explanation:

6 0
3 years ago
at the grocery store alexa by 1 1/3 lb of ground turkey nasha by two times as much ground turkey is alexa how much ground turkey
Alexeev081 [22]
tasha buys 2 2/3 much ground turkey
8 0
3 years ago
The point at coordinates (2, -18) is in what direction from the origin?
laila [671]
On a graph, move 2 spaces to the right and from there move 18 spaces down. Now, where you've ended, make a dot. The distance fro the origin is -2/18 (as a fraction).
4 0
3 years ago
Other questions:
  • What is one concern associated with web-based applications?
    12·1 answer
  • What adds the element carbon to the environment
    10·2 answers
  • Which are examples of non-linear presentations? Choose all that apply.
    11·1 answer
  • discuss the benefits of normalization, and do you think we should normalize our designs to higher levels than 3NF? Why or why no
    9·1 answer
  • You have created a new dhcp scope with address range 192.168.1.1 to 192.168.1.254. you have five servers configured with static
    9·1 answer
  • 120
    14·1 answer
  • highlight the possible risks and problems that should be address during the implementation of information system process
    5·1 answer
  • How should you mark the query if it is a valid one?
    9·1 answer
  • A chemical mixture that is burned to produce thrust. (Jet engine homework)
    14·2 answers
  • Which directory stores the cron configuration file?.
    8·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!