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!