⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme.txt

📁 一个matlab mex 文件
💻 TXT
字号:
wgfcnkey.dll ---- A mex file, which captures pressing of fucntion keys 
                  (F1, F2, ..., F12) in matlab applications on Windows 
		  platforms. For the usage, use this function in the 
		  implementation of the KeyPressFcn function. Based on 
		  the returned value, you'll know whether a function 
		  key was pressed. 

wgfcnkey.m ---- Help file for wgfcnkey.dll

testfcnkey.m
testfcnkey.fig 
fcnkeyfunc.m ---- A simple matlab gui application to test wgfcnkey.dll. 
                  To start, run testfcnkey in matlab, and press a function 
		  or any other key.

=========================================================================
wgfcnkey.dll ---- 一个matlab mex 文件,可以用来在matlab程序中捕捉用户按下
                  的特殊功能健:F1, F2, ..., F12. 使用时,在你的应用程序的
		  KeyPressFcn的函数体里,是用wgfcnkey,根据其返回值,判断
		  是否有功能健被按下。

wgfcnkey.m ---- wgfcnkey.dll的帮助文件。

testfcnkey.m
testfcnkey.fig
fcnkeyfunc.m ---- 一个简单的matlab图形界面程序,用来测试wgfcnkey.dll。运行
                  方法:在matlab里执行testfcnkey.m,然后按下某个功能健或者
		  其他的任意健。
                   

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -