Skip to content
Snippets Groups Projects
Commit 8e77e949 authored by Carmelo Magnafico's avatar Carmelo Magnafico
Browse files

update MatMust_getDataFromName to allow aggregation statements

parent 446955d1
Branches
Tags v1.0.2
No related merge requests found
......@@ -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 = [];
......
......@@ -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 = [];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment