normalize the vector by taking the difference from the first element
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
alpedhuez
am 28 Jul. 2021
Kommentiert: alpedhuez
am 28 Jul. 2021
Suppose I have a vector
T
1
2
3
Then I want to normallize T by taking the difference from the first element
T1
0 (=1-1)
1 (=2-1)
2 (=3-1)
How can I simplify the calculation?
2 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!