release on 2013-04-08_18-56-48

This commit is contained in:
goniva
2013-04-08 18:56:48 +02:00
parent ed43e52cad
commit 097b38b17b
17 changed files with 153 additions and 67 deletions

View File

@ -9,7 +9,7 @@ path = '../../DEM/post/velocity.txt';
data = load(path);
U_sim = data(:,2:4);
t_sim = data(:,1);
fprintf('final velociy of sim = %f/%f/%f m/s\n',U_sim(length(U_sim(:,1)),1),U_sim(length(U_sim(:,1)),2),U_sim(length(U_sim(:,1)),3) )
fprintf('final velocity of sim = %f/%f/%f m/s\n',U_sim(length(U_sim(:,1)),1),U_sim(length(U_sim(:,1)),2),U_sim(length(U_sim(:,1)),3) )
%====================================%