Matlab中怎么把一维数组逆序排列,如将a=[1,2,3,4,5],转成b=[5,4,3,2,1]

FLIPLR(a);html 转载于:https://www.cnblogs.com/code-saturne/p/10457339.htmlpost
相关文章
相关标签/搜索