How to transform a 1d vector of multiple elements to 1 element?
Show older comments
Let's say i have the following 1 dimensional vector of features extracted from an image:
vect=[v1,v2,v3,v4,.....v20];
How can i transform it to a 1 element vector that distinguishes that image?
Answers (1)
dpb
on 19 Jun 2017
0 votes
Categories
Find more on Vehicle Dynamics Blockset in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!