how to extract features stored in excel sheel for comparing data stored a variable.

1 vue (au cours des 30 derniers jours)
hp
hp le 13 Juin 2017
Commenté : Andrew Shum le 19 Juin 2017
I have stored some 12 image features into an excel sheet, I need to retrieve features row_by_row and compare these with the features stored in an variable.

Réponses (1)

Andrew Shum
Andrew Shum le 13 Juin 2017
Have you tried using xlsread?
  6 commentaires
Image Analyst
Image Analyst le 17 Juin 2017
Plus you need to use any() or all() in your for loop if you're going to be comparing a vector of values.
Andrew Shum
Andrew Shum le 19 Juin 2017
I haven't tested it but the documentation seems to disagree. You can use matrices without any() or all().

Connectez-vous pour commenter.

Catégories

En savoir plus sur Data Import from MATLAB dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by