matrix subplot extraction help
显示 更早的评论
Given variable M that is a matrix of size 8x8, assign to variable sub the contents of the first 3 rows & last 4 columns in M
cant seem to get this write, I know im close please help
回答(1 个)
Walter Roberson
2015-6-5
0 个投票
hint: thing about what x(end-5), x(end-4), ... x(end) gives you
类别
在 帮助中心 和 File Exchange 中查找有关 Creating and Concatenating Matrices 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!