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.)

12 vues (au cours des 30 derniers jours)
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 commentaire
Jos (10584)
Jos (10584) le 17 Déc 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.

Connectez-vous pour commenter.

Réponses (1)

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

Catégories

En savoir plus sur Time Series Objects dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by