フィルターのクリア

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

3 ビュー (過去 30 日間)
hp
hp 2017 年 6 月 13 日
コメント済み: Andrew Shum 2017 年 6 月 19 日
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.

回答 (1 件)

Andrew Shum
Andrew Shum 2017 年 6 月 13 日
Have you tried using xlsread?
  6 件のコメント
Image Analyst
Image Analyst 2017 年 6 月 17 日
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 2017 年 6 月 19 日
I haven't tested it but the documentation seems to disagree. You can use matrices without any() or all().

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeSpreadsheets についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by