Accepted Answer

Stephan
Stephan on 18 Mar 2019
Edited: Stephan on 18 Mar 2019
result = normalize(v,'range',[-1 1])
where v is your vector

2 Comments

Thank you so much
you may also be interested in:
v = [-2 -1 0; 0.5 1.5 2; 0 2 -1]
result = rescale(v,-1, 1)
which works for arrays. Compare the results of both approaches and choose the option that meets your needs.

Sign in to comment.

More Answers (0)

Categories

Find more on Aerospace Blockset in Help Center and File Exchange

Tags

Asked:

on 18 Mar 2019

Commented:

on 18 Mar 2019

Community Treasure Hunt

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

Start Hunting!