搜索资源列表
test_guide
- 文件中有一个经典guide编程案例,那是我用了一个晚上写的函数。因为调用了其它一些函数,我将其编译成*.dll。可以查看本函数代码,调试执行的是*.dll文件。因为函数是在matlab6.5下编译的,故在matlab6.1环境下无法演示。 其中涉及界面的创建,回调函数的调用,函数之间的参数传递,以及其它guide编程的处理方式。-document is a classic case programming guide, which
Matlab的GUI参数传递方式
- Matlab中实现GUI间和GUI内控件之间参数传递的几种方法。(Several methods of implementing parameter transfer between GUI and GUI controls in Matlab.)