diff --git a/example_main b/example_main index f95e06fe8fc1404e8856f8cfbc959f8b101238ac..fd588890afddf3387fbeb937215f2e805064a2a9 100755 Binary files a/example_main and b/example_main differ diff --git a/example_main.cc b/example_main.cc index f590ffda220b3de9e7e82b99362974bb68ed081c..ea5472a6ae79a1d799f1976ff9c5c90c433cddd0 100644 --- a/example_main.cc +++ b/example_main.cc @@ -22,16 +22,20 @@ int main(int argc, char *argv[]) { // Initialize original trajectories: double dt = 0.200; // 5 Hz sampling rate, in this example - mat yDef; - file2mat("yDef.txt",yDef); - cout << yDef << endl; - cout << yDef.n_rows << endl; + //mat yDef; + //file2mat("yDef.txt",yDef); + //cout << yDef << endl; + //cout << yDef.n_rows << endl; + cout << "hej" << endl; + mat yDef = ones<mat>(10,3); + cout << "hej" << endl; + mat yCorr = ones<mat>(10,3); + yCorr = yCorr*2; - mat yCorr; //mat yCorr = file2mat("yCorr.txt"); - - //cout << yCorr.n_rows << endl; + cout << "hej" << endl; + cout << yCorr.n_rows << endl;