Code covered by the BSD License
by Ingo
25 Jun 2007 (Updated 26 Jun 2007)
windows message handler
| Watch this File
Example how to act with "Windows message" handling
Example with char:
mex_setmessage('TestMessage','test_getmessage(''Message'');',3);
to use the "eval" Matlab command
Example with struct:
test_struct=struct('Function','test_getmessage','Command','Message');
mex_setmessage('TestMessage',test_struct,3);
to use the mexCallMATLAB command in order to build a function set with command handling
A better place for it may be Utilities -> Data Import/Export. Best regards, Mike McLernon Manager, Communications Development The MathWorks, Inc.
I consider
Ingo
Contact us at files@mathworks.com