0% found this document useful (0 votes)
34 views5 pages

Computer Memory Is Finite

The document discusses the MATLAB function linspace, which generates evenly spaced values over a specified interval. Linspace creates a vector with a specified number of points between a first and last value. When linspace is used, both the input and output become vectors, and scalar multiplication with a vector results in a vector. Linspace can also specify a step size instead of number of points to generate the vector.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
34 views5 pages

Computer Memory Is Finite

The document discusses the MATLAB function linspace, which generates evenly spaced values over a specified interval. Linspace creates a vector with a specified number of points between a first and last value. When linspace is used, both the input and output become vectors, and scalar multiplication with a vector results in a vector. Linspace can also specify a step size instead of number of points to generate the vector.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 5

Computer memory is finite

X = linspace(first point, last point, how many points total)

When you use linspace, x becomes a vector Y still becomes a vector scalar * vector = vector Linspace to specify how many points plotte For! step si"es instea of how many points plotte

You might also like