Borrar filtros
Borrar filtros

How to change the sign of a whole vector?

1 visualización (últimos 30 días)
Martha
Martha el 11 de Feb. de 2014
Comentada: Martha el 11 de Feb. de 2014
Hi, I want to plot the displacements from a compressive test, but my data is in negative sign. I have a vector like this but much longer of 588 columns in one row: A[ -0.1039 -0.1085 -0.1084 -0.1108 -0.1126 -0.1107] How can I change the sign of all the values to plot a positive graph? Thank you! Martha

Respuesta aceptada

Azzi Abdelmalek
Azzi Abdelmalek el 11 de Feb. de 2014
plot(abs(A))

Más respuestas (0)

Categorías

Más información sobre 2-D and 3-D Plots en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by