Risolto


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]

circa 9 anni fa

Risolto


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

circa 9 anni fa