how to sort an array of objects on more than one object parameter
조회 수: 1 (최근 30일)
이전 댓글 표시
Hi, if I have my class (created in matlab via classdef) containing say three parameters. 1. Sector 2. CalculationSuccess 3) CalculationValue
Is there an easy way I can sort an array of objects of this class on, say, Sector then the CalculationSuccess flag, then the ascending CalculationValue?
The only ways I can think of are long and complicated and in matlab that usually means you're doing something wrong :)
Tom.
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Whos에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!