Problem 2532. Generate vector according to sign of vector
Generate vector according to sign of vector
Example: If A=[-2 0 5] then output must be[-1 0 1]
meaning that for negative number,value is -1.
meaning that for Positive number,value is 1. and for zero is 0.
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers133
Suggested Problems
-
Find all elements less than 0 or greater than 10 and replace them with NaN
15743 Solvers
-
Return elements unique to either input
800 Solvers
-
10374 Solvers
-
Delete 2nd and 5th column of Given 6*6 matrix
168 Solvers
-
Rotate a matrix for 180 degree
183 Solvers
More from this Author70
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!