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
No related branches found
No related tags found
No related merge requests found
...@@ -137,7 +137,8 @@ classdef MatMust < handle ...@@ -137,7 +137,8 @@ classdef MatMust < handle
% calibrated data % calibrated data
% You can add aggration funcition % You can add aggration funcition
% aggregation = [days | hours | minutes ] % aggregation = [days | hours | minutes ]
% aggregation = [ FIRST | LAST | MAX | MIN | AVERAGE] % aggregationFunction = [ FIRST | LAST | MAX | MIN | AVERAGE]
% aggregationValue = <numeric> (es. 10)
% intialize data output % intialize data output
data = []; data = [];
......
...@@ -137,7 +137,8 @@ classdef MatMust < handle ...@@ -137,7 +137,8 @@ classdef MatMust < handle
% calibrated data % calibrated data
% You can add aggration funcition % You can add aggration funcition
% aggregation = [days | hours | minutes ] % aggregation = [days | hours | minutes ]
% aggregation = [ FIRST | LAST | MAX | MIN | AVERAGE] % aggregationFunction = [ FIRST | LAST | MAX | MIN | AVERAGE]
% aggregationValue = <numeric> (es. 10)
% intialize data output % intialize data output
data = []; data = [];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment