Problem 2864. 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]
Solution Stats
Problem Comments
-
1 Comment
Guillaume
on 23 Jan 2015
'Write a script'. Actually, they're functions.
Solution Comments
Show commentsProblem Recent Solvers644
Suggested Problems
-
Find all elements less than 0 or greater than 10 and replace them with NaN
15662 Solvers
-
Sum all integers from 1 to 2^n
16431 Solvers
-
Getting the indices from a vector
10843 Solvers
-
246 Solvers
-
263 Solvers
More from this Author28
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!