如何按项目名称对oo结构数组按字母顺序排序.
oo = struct('Item', {'Quill','Ink Pen', 'Pencil'}, 'Cost', {10, 2, 1})
我尝试使用sort()函数,但它不起作用? 谢谢.
arrays matlab structure cell-array
arrays ×1
cell-array ×1
matlab ×1
structure ×1