Matlab 与金融工具箱的部署?

发布于 2024-12-15 04:32:25 字数 161 浏览 1 评论 0原文

我正在将 matlab 代码编译为 exe,其中包含 uicalendar 函数。我确实将主应用程序作为我的主 .m 文件,并在设置中检查了财务工具箱。 文件编译成功,我可以运行 GUI,但是当我按下调用 uicalendar 的按钮时,日历将不会显示。

有什么想法吗?

谢谢

I am compiling a matlab code to exe and it has the uicalendar function in it. I did put the main app as my main .m file and in the setting I checked the financial toolbox.
The file compiled successfully and I can run the GUI but when I press the button that calls the uicalendar, the calendar will not show up.

Any idea ?

Thank you

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

女皇必胜 2024-12-22 04:32:25

根据这个页面,Financial工具箱提供的所有GUI工具(包括uicalendar) 不支持 MATLAB 编译器进行部署。

也许您应该在文件交换中搜索替代方案......

According to this page, all GUI tools provided by the Financial toolbox (including uicalendar) are not supported by the MATLAB compiler for deployment.

Maybe you should search the File Exchange for an alternative...

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文