无需 MCR 库即可查看 MATLAB 图形的程序
我需要将 3D .fig 文件发送给无法访问 MATLAB 的人员。我已经编译了一个可以打开 MATLAB 图窗的可执行文件,但它需要安装 MCR 库,并且用户在其计算机上没有管理员权限。是否有一个简单的程序可以打开 .fig 文件并允许用户旋转/缩放等。没有MATLAB环境?
我想到的替代解决方案是 使用动画 GIF 在几个视图之间进行转换,但我宁愿允许用户通过交互式绘图选择自己的视图。
I need to send a 3D .fig file to someone without access to MATLAB. I've already compiled an executable that will open a MATLAB figure, but it requires the MCR library to be installed, and the user does not have admin rights on their computer. Is there a simple program out there that can open a .fig file and allow the user to rotate/zoom/etc. without the MATLAB environment?
The alternative solution I've thought of would be to use an animated GIF to transition between a few views, but I'd rather allow the user to select their own views with an interactive plot.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
截至 2010 年 5 月 20 日,如果没有编译的应用程序或 MATLAB,这是不可能的
This is not possible without a compiled application or MATLAB as of 5/20/2010