Variable indexing for loop when vector is negative (Array indices must be positive integers or logical values)

Need to do a for loop when the vector is negative
x = -10:1:-1
n = 1:1:10
Trying to find
a(x) = 12 * x(n)^5
Instructions say to use a variable index to find a(x) because otherwise I get this error "Array indices must be positive integers or logical values."
How do I use a variable index for this?

类别

帮助中心File Exchange 中查找有关 Loops and Conditional Statements 的更多信息

提问:

Ava
2020-10-3

Community Treasure Hunt

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

Start Hunting!

Translated by