readme.txt

来自「一个matlab mex 文件」· 文本 代码 · 共 30 行

TXT
30
字号
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 + =
减小字号Ctrl + -
显示快捷键?