Matlab Builder Ja: How to include externally defined functions (OOP)

3 次查看(过去 30 天)
Hi, I have a Matlab project with several classes and a lot of externally defined functions. If I try to create a Java package, there is an error saying that functionXY.m is not found. This is due to the fact that there is an "@"Symbol in the foldername to enable externally definded functions. If I remove the "@" Symbol, the building works, but when I try to use this java package, there is an error saying that functionXY.m can't be found on matlabs search path.
One solution would of course be to include the function-definition in the class definition. But since this would create huge class definitions I would like to avoid that. So.. do you know a workaround?
Thanks a lot

采纳的回答

Aljoscha
Aljoscha 2013-5-15
编辑:Aljoscha 2013-5-15
This is apparently not possible says this link: http://www.mathworks.com/support/solutions/en/data/1-66WXZI/index.html

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Startup and Shutdown 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by