No BSD License
Highlights from
FHook
-
FH_demo_hooked
The hookings:
-
FH_demo_hooked_aspect(arg1,ar...
The hook:
-
FH_hook(type,vars,pars)
FH_HOOK Allows to call the hooking functions.
-
FH_hook_add(fun,fname,fsname,...
FH_HOOK_ADD Adding a hooking function.
-
FH_hook_clean(fname,fsname,ty...
FH_HOOK_CLEAN Removes only the hooking of a single function or all.
-
FHook_test
FHOOK_TEST Created only for testing purposes.
-
FHook_test_fext1(file,fname,t...
The function name:
-
FHook_test_fext2(file,fname,t...
The function name:
-
FH_demo.m
-
Functions Hooker
-
View all files
|
|
| File Information |
| Description |
FHook is a simple hooking system that allows to hook functions and subfunctions. The hooking technique here can be used also to write code in an AOP fashion.
The hooking and the AOP are usefull SE (Software Engeneering) techniques that can be used to obtaion the separation of concerns in SW projects, I think that this tool will be useful to Matlab coders that wish to use the SE techniques to get better code. |
| MATLAB release |
MATLAB 7 (R14)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Updates |
| 01 Apr 2007 |
Added help examples and removed a function name error in the test files. |
|
Contact us at files@mathworks.com