Using xlsread with convertSpreadsheetDates in Compiled MATLAB code

1 回表示 (過去 30 日間)
Matthew
Matthew 2013 年 8 月 21 日
回答済み: Matthew 2013 年 10 月 10 日
I'm creating a compiled Matlab script for analyzing excel data which contains dates. The handy convertSpreadsheetDates function handle which can be passed into the xlsread function appears to cause an error when running the compiled code from the console:
Error using xlsread (line 247)
Function convertSpreadsheetDates does not exist.
Error in importfile (line 36) % this is the calling line for xlsread()
Error in CallingScript (line 29) % this is the calling line for importfile()
MATLAB:narginout:functionDoesnotExist
I've included importfile.m, convertSpreadsheetDates.m, nargin.m, nargout.m in the Shared resources list of the Build tab. I'm running version R2013a. If it matters, importfile.m is located in a subdirectory. What else can I do? I could convert the dates myself, but if the codes already been written, why duplicate work?
Thanks for the help!
  1 件のコメント
Matthew
Matthew 2013 年 10 月 9 日
Attached is code sample and test file for anyone who'd like to repro this. Just run this through MCR version 4 (the one that comes with R2013a).

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

回答 (1 件)

Matthew
Matthew 2013 年 10 月 10 日
Contacted help support (thanks for the great service!). Version R2013b (MATLAB 8.2) has fixed this issue.

カテゴリ

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

Community Treasure Hunt

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

Start Hunting!

Translated by