Clear Filters
Clear Filters

changing from binary to polar form

8 views (last 30 days)
is there a matlab function that directly maps 0 to -1 and 1 to +1??

Accepted Answer

Walter Roberson
Walter Roberson on 2 Dec 2013
No. However the expression is quite simple:
B * 2 - 1

More Answers (0)

Categories

Find more on MATLAB in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!