Difference between revisions of "Support:Documents:Examples:Instruction"

From COMKAT wiki
Jump to navigation Jump to search
 
Line 1: Line 1:
 
==Add-ins==
 
==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>In COMKAT R4.0a, you can develop an '''user-defined function''' to facilitate image processing.
<br>(''path : COMKAT_R4.0\add-ins'')
+
<br>(''path : ~\COMKATROOT\add-ins'')
  
  
Line 16: Line 16:
  
  
PS. There has already been existed one example in the add-ins folder, which function is to switch the image volume.
+
PS. There is an example function in the ~\add-ins\, which can be used to swap the two image volumes.

Latest revision as of 19:15, 4 August 2015

Add-ins


In COMKAT R4.0a, you can develop an user-defined function to facilitate image processing.
(path : ~\COMKATROOT\add-ins)


Folder.PNG


Then, you can use a function designed by yourself!


Example2.png


PS. There is an example function in the ~\add-ins\, which can be used to swap the two image volumes.