xlsread returns empty when reading a cell with a formula

3 ビュー (過去 30 日間)
Leonardo Wayne
Leonardo Wayne 2016 年 3 月 18 日
回答済み: Azzi Abdelmalek 2016 年 3 月 18 日
using command below I get num as an empty array when the cell has a formula. how to get the value returned from Excel formula in the cell back into MATLAB: num = xlsread('h&vlookup_if_and_or_Capacity_Planning.xlsx','Sheet1','B26','basic')

回答 (1 件)

Azzi Abdelmalek
Azzi Abdelmalek 2016 年 3 月 18 日
[num,text,both] = xlsread('h&vlookup_if_and_or_Capacity_Planning.xlsx','Sheet1','B26','basic')

カテゴリ

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

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by