Advertisement

Matlab文件natural sort order转成list file name list

阅读量:
复制代码
    s_SrcList_A = dirr( Src_A_Path ); c_List_A = struct2cell(s_SrcList_A); c_List_A = c_List_A(1,:);
    SrcList_A   = (sort_nat(c_List_A))';
    
    plain

通过调用 dirr.m 函数,可获得基础列表信息。

复制代码

全部评论 (0)

还没有任何评论哟~