Create a column vector in which the ftrsCreate a column vector in which the ftrst element is 26, the elements decrease with increments of -3.6, and the last element is -10. (A column vector can be created by the transpose of a row vector.)

14 views (last 30 days)
Create a column vector in which the ftrst element is 26, the elements decrease with increments of -3.6, and the last element is -10. (A column vector can be created by the transpose of a row vector.)
  1 Comment
Jos (10584)
Jos (10584) on 17 Dec 2017
Why do you ask us? It is obviously your homework!
Some of us, like Birdman, are so kind to provide an answer, but you would learn way more if you show your own efforts and tell us where you got stuck and need some assistance.

Sign in to comment.

Answers (1)

Image Analyst
Image Analyst on 8 Aug 2022
Since it's well past the date to turn in your homework
v = (26 : -3.6 : -10)'

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!