deletion of first row in the matrix
    조회 수: 4 (최근 30일)
  
       이전 댓글 표시
    
채택된 답변
  Thorsten
      
      
 2015년 9월 16일
        Use ; to separate rows
 Ki = [25 35; 56 41; 85 78];
Delete first row
 Ki(1,:) = [];
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
				Help Center 및 File Exchange에서 Resizing and Reshaping Matrices에 대해 자세히 알아보기
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

