搜索资源列表
Sort
- 插入排序:将未排序的数插入已排好序的数组中 合并排序:将排好序的数组合并到一起-insert order:make a non-order num be inserted into an ordered array merge order:
array
- 函数说明: [p,x]=array(P,X) 为按降序排序的函数 P为信源的概率矢量,X为概率元素的下标矢量 p为排序后返回的信源的概率矢量 x为排序后返回的概率元素的下标矢量 - Function Descr iption: [p, x] = array (P, X) is sorted in descending order functions P source probability vector, X probabil
zhijiepaixu
- 对数据进行直接排序,通过matlab算法实现,对任意大小的数组进行从小到大的排序-Direct to sort the data, through the realization of MATLAB algoDirect to sort the data, through the realization of MATLAB algorithm, an array of any size small to large sortingrithm, an array of any size sma
sort_nat
- 输入字符串细胞数组 输出按自然顺序排列的结果及其索引(input: cell array of strings output: natural order sort results and index)