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!