changing from binary to polar form
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
mary
el 2 de Dic. de 2013
Respondida: Walter Roberson
el 2 de Dic. de 2013
is there a matlab function that directly maps 0 to -1 and 1 to +1??
0 comentarios
Respuesta aceptada
Walter Roberson
el 2 de Dic. de 2013
No. However the expression is quite simple:
B * 2 - 1
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Get Started with MATLAB en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!