How do i display multiple output image from m-file in single axes with option to navigate in guide?
    조회 수: 2 (최근 30일)
  
       이전 댓글 표시
    
i need to display my output in axes in guide with option to move from one image to another. also on trying to display output in single axes from m-file iget error message ?? undefined variable 'handles' axes(handles.axes2)
댓글 수: 0
답변 (2개)
  Dishant Arora
      
 2014년 4월 14일
        Insert this in the gui OpeningFcn and see what it echos at the command prompt:
Flag = isfield(handles , 'axes2')
Flag should be 1 if there exist an object with tag axes2 else 0.
To see the tags:
getfiellds(handles)
댓글 수: 3
  Image Analyst
      
      
 2014년 4월 14일
        Maybe try MAGIC: http://www.mathworks.com/matlabcentral/fileexchange/24224-magic-matlab-generic-imaging-component. It has the UI framework all ready to go. Just insert your code into the "AnalyzeSingleImage" function.

댓글 수: 0
참고 항목
카테고리
				Help Center 및 File Exchange에서 Interactive Control and Callbacks에 대해 자세히 알아보기
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


