Matlab Tricks(十一)—— 向量的逆序输出 end 的更多用法。>> x = [1, 2, 3, 4, 5];>> x(end:-1:end-size(x, 2)+1)ans = 5 4 3 2 1 matlab 2023-05-11 41 点赞 0 评论 62 浏览