Difference between revisions of "Support:Documents:Examples:Import a matrix or an ImageVolumeData (IVD) object from the MATLAB Workspace"

From COMKAT wiki
Jump to navigation Jump to search
Line 20: Line 20:
 
comkatimagetool(Mat1)
 
comkatimagetool(Mat1)
 
</pre>
 
</pre>
 +
 +
*The inputted matrix can be a 3-dimensional, 4-dimensional, or 5-dimensional matrix.
  
  

Revision as of 18:06, 3 August 2015

Import from MATLAB

In COMKAT R4.0a, you can import a matrix or an IVD object from the MATLAB Workspace.


1.Open data in Worksapce:


Import matrix&IVD 2.png

Export to Workspace 4.png


2.Run comkatimagetool as follows, you will see the image:

comkatimagetool(ivd1)

or

comkatimagetool(Mat1)
  • The inputted matrix can be a 3-dimensional, 4-dimensional, or 5-dimensional matrix.


3.Also, you can import image & fusion image simultaneously:

comkatimagetool(ivd2,ivd3)

4.You can designate your data to image or fusion image directly:

comkatimagetool(ivd2,1)                     %Image

comkatimagetool(ivd2,2)                     %Fusion Image     

5.Display your image in the latest ComkatImagetool window, instead of creating a new one:

comkatimagetool(ivd2,1,'reuse')                     %Designate ivd1 to Image

comkatimagetool(ivd2,2,'reuse')                     %Designate ivd2 to Fusion Image