how to check symmetric for vector or array with 1 dimension

Dear all,
I have an array and do sum modifi ( mutation) , I want to check before do mutation if they symmetric or not ?
ex: A=[ 1 2 1 ] , after mutation A=[1 2 1] . ---> if this case happen I want to know before I do mutation
thank you .

More Answers (0)

Categories

Find more on Linear Algebra 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!