How i display matrix ?
이전 댓글 표시
my matrix is the form:
Ki = [25 35, 56 41,85 78]
i want print the like 35 or 41 or 78
채택된 답변
추가 답변 (2개)
Pranav Bansal
2019년 11월 4일
0 개 추천
Ki = [25 35, 56 41,85 78]
disp(Ki(:,2))
카테고리
도움말 센터 및 File Exchange에서 Matrices and Arrays에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!