matrix in app designer ?
    조회 수: 13 (최근 30일)
  
       이전 댓글 표시
    
hello 
I am asking how can i display matrix in matlab app desinger                              ?
댓글 수: 1
  Rik
      
      
 2019년 2월 13일
				Have a read here (or here for more general advice). It will greatly improve your chances of getting an answer.
채택된 답변
  Cam Salzberger
      
 2019년 2월 13일
        You can create a uitable, and provide the app handle as the first input argument to it. The matrix can be provided in the 'Data' name-value pair.
-Cam
댓글 수: 3
  Cam Salzberger
      
 2019년 2월 14일
				The documentation page shows an example using a uifigure, which is what the apps in App Designer are. You can check the first example to show providing a matrix to the uitable.
추가 답변 (0개)
참고 항목
카테고리
				Help Center 및 File Exchange에서 Develop Apps Using App Designer에 대해 자세히 알아보기
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


