How to change the sign of a whole vector?

1 view (last 30 days)
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

Accepted Answer

Azzi Abdelmalek
Azzi Abdelmalek on 11 Feb 2014
plot(abs(A))

More Answers (0)

Categories

Find more on 2-D and 3-D Plots in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!