Ouput value manupulation?
Mostrar comentarios más antiguos
I have got different values from a certain calculation,
Where x = (0.5, 0.70, -0.81, -0.90)
I want to get read of the minus values and replace with '0', I am doing like-
x (3) = 0; % x (3) is the position of the value in the specific column
x (4) = 0; % x (4) is the position of the value in the specific column
Now I am having x = (0.5, 0.70, 0, 0)
So, my question is there any other possible way do that? i, e with functions or limits
Respuesta aceptada
Más respuestas (1)
Azad Khandoker
el 29 de Jul. de 2019
0 votos
Categorías
Más información sobre Cell Arrays en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!