How to extract value of cell in excel?

4 ビュー (過去 30 日間)
Arpit Bhardwaj
Arpit Bhardwaj 2020 年 5 月 15 日
コメント済み: Arpit Bhardwaj 2020 年 5 月 18 日
I am having an excel sheet and I have imported to matlab it is nearly 350*350 matrix. Every column and row has a heading which is a char. I have to find the element which is in a particular (row, column) Example heading of row a, b, c..... Similarly the heading of column is a, b, c...... And I have to know the value of (d, f) cell.
  4 件のコメント
Arpit Bhardwaj
Arpit Bhardwaj 2020 年 5 月 15 日
This is the pic of few rows and column of excel file which I will import to matlab
Arpit Bhardwaj
Arpit Bhardwaj 2020 年 5 月 15 日

.

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

回答 (1 件)

Fangjun Jiang
Fangjun Jiang 2020 年 5 月 15 日
readtable() is ideal for this. See "doc readtable" for examples.
  1 件のコメント
Arpit Bhardwaj
Arpit Bhardwaj 2020 年 5 月 18 日
I get the answer first by find strcmp command and then using cell2mat command thanks for answering

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

カテゴリ

Help Center および File ExchangeData Import from MATLAB についてさらに検索

製品


リリース

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by