Commit 8e77e949 authored by Carmelo Magnafico's avatar Carmelo Magnafico
Browse files

update MatMust_getDataFromName to allow aggregation statements

parent 446955d1
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -137,7 +137,8 @@ classdef MatMust < handle
            %   calibrated data
            % You can add aggration funcition
            % aggregation = [days | hours | minutes ]
            % aggregation = [ FIRST | LAST | MAX | MIN | AVERAGE]
            % aggregationFunction = [ FIRST | LAST | MAX | MIN | AVERAGE]
            % aggregationValue = <numeric> (es. 10)
          
            % intialize data output
            data = [];
+2 −1
Original line number Diff line number Diff line
@@ -137,7 +137,8 @@ classdef MatMust < handle
            %   calibrated data
            % You can add aggration funcition
            % aggregation = [days | hours | minutes ]
            % aggregation = [ FIRST | LAST | MAX | MIN | AVERAGE]
            % aggregationFunction = [ FIRST | LAST | MAX | MIN | AVERAGE]
            % aggregationValue = <numeric> (es. 10)
          
            % intialize data output
            data = [];