Answer:
x=[15:-5:-25]'
Step-by-step explanation:
In order to create a vector you need to use this command:
x = [j:i:k]'
This creates a regularly-spaced vector x using i as the increment between elements. j is the initial value and k is the final value. Besides you need to add the character ' at the end in order to convert the arrow vector in a column vector
Answer:
ABCDEFG = 3211000
Step-by-step explanation:
A counts the number of zeroes, and there are 3 zeroes (E, F, G), so A = 3.B counts the number of ones, and there are 2 ones (C, D), so B = 2.C counts the number of twos, and there is 1 two (B), so C = 1.D counts the number of threes, and there is 1 three (A), so D = 1.There is no four, five, six in, so E, F, G are all zeroes.
Answer: x= 54
Step-by-step explanation:mathhhhh