Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

Matlab Coder refuses to build package contents

1 Ansicht (letzte 30 Tage)
Guy Lavi
Guy Lavi am 13 Mär. 2016
Geschlossen: MATLAB Answer Bot am 20 Aug. 2021
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

Antworten (1)

Walter Roberson
Walter Roberson am 13 Mär. 2016
My understanding is that you cannot build parts of packages; you have to build something that calls the package.
  2 Kommentare
Guy Lavi
Guy Lavi am 14 Mär. 2016
Thanks. Is this documented anywhere or just based on your experience?
Walter Roberson
Walter Roberson am 14 Mär. 2016
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