How can I change all negative angles in 20 x 5000 cells to positive? i.e. -167deg. to 193deg.
9 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Ed Chan
el 25 de Feb. de 2016
Respondida: Guillaume
el 25 de Feb. de 2016
Hi, I am new to MATLAB. Please see the title.
I need to keep the positives unchanged.
Cheers,
Ed
0 comentarios
Respuesta aceptada
Guillaume
el 25 de Feb. de 2016
angles = [-167 0; 90 -270] %for example
angles = mod(angles, 360)
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.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!