Info

此问题已关闭。 请重新打开它进行编辑或回答。

Matlab Coder refuses to build package contents

1 次查看(过去 30 天)
I'm currently taking my first steps with ML coder. It seems to successfully locate m files - unless they're inside packages. That is to say, Root\TestFunction.m builds nicely, but Root\+TestPackage\TestFunction.m fails with a nonsensical message:
The same error is shown if I type '+TestPackage\TestFunc.m' instead of 'TestPackage.TestFunc'.
I can't find any mention of this or any workaround. I'm using R2016A. Can anyone shed light on this?
Thanks

回答(1 个)

Walter Roberson
Walter Roberson 2016-3-13
My understanding is that you cannot build parts of packages; you have to build something that calls the package.
  2 个评论
Guy Lavi
Guy Lavi 2016-3-14
Thanks. Is this documented anywhere or just based on your experience?
Walter Roberson
Walter Roberson 2016-3-14
It might be documented somewhere. There have been several postings with regards to MATLAB Coder and classes, in which someone from Mathworks has replied that you cannot compile classes but need to call the class to get it compiled; I would think it likely that the same holds for packages.

标签

Community Treasure Hunt

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

Start Hunting!

Translated by