Difference between revisions of "Support:Documents:Examples:Instruction"
Jump to navigation
Jump to search
Su,Ting-Yu (talk | contribs) (Created page with "==Add-ins== <br>In COMKAT R4.0a, you can develop an '''user-defined add-in function''' by adding the functional file(''*.m file'') into the add-ins folder. <br>(''path : COMK...") |
Su,Ting-Yu (talk | contribs) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
==Add-ins== | ==Add-ins== | ||
− | <br>In COMKAT R4.0a, you can develop an '''user-defined | + | <br>In COMKAT R4.0a, you can develop an '''user-defined function''' to facilitate image processing. |
− | <br>(''path : | + | <br>(''path : ~\COMKATROOT\add-ins'') |
Line 9: | Line 9: | ||
− | Then, you can use | + | Then, you can use a function designed by yourself! |
Line 16: | Line 16: | ||
− | There | + | PS. There is an example function in the ~\add-ins\, which can be used to swap the two image volumes. |