解決済み


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年 前

解決済み


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

約9年 前