已解决


Matlab Basics - Absolute Value
Write a script that returns the absolute value of the elements in x e.g. x = [-1 -2 -3 -4] --> y = [1 2 3 4]

9 years 前

已解决


length of a vector
Find twice the length of a given vector.

9 years 前