[ellipsoids] r2766 committed - issue 133...

2 views
Skip to first unread message

ellip...@googlecode.com

unread,
Mar 6, 2014, 10:21:54 AM3/6/14
to ellipsoids-change...@googlegroups.com
Revision: 2766
Author: anna.ata...@gmail.com
Date: Thu Mar 6 15:21:41 2014 UTC
Log: issue 133
Enhancement: committing a few changes
http://code.google.com/p/ellipsoids/source/detail?r=2766

Deleted:

/branches/issue_133_aatanesyan/products/+gras/+ellapx/+smartdb/+test/+examples/example_cut.m

/branches/issue_133_aatanesyan/products/+gras/+ellapx/+smartdb/+test/+examples/getDiffApprox.m

/branches/issue_133_aatanesyan/products/+gras/+ellapx/+smartdb/+test/+examples/getSeveralEllTubes.m

=======================================
---
/branches/issue_133_aatanesyan/products/+gras/+ellapx/+smartdb/+test/+examples/example_cut.m
Thu Mar 6 15:19:33 2014 UTC
+++ /dev/null
@@ -1,37 +0,0 @@
-% An example of concatenating ellipsoid tube objects containing random
-% number of ellipsoid tubes (from one to ten tubes).
-%
-nTubes = randi(10,1);
-nPoints = 20;
-type = 1;
-timeBeg1 = 0;
-timeEnd1 = 1;
-firstEllTubeObj =...
-
gras.ellapx.smartdb.test.examples.getEllTube(nTubes,timeBeg1,timeEnd1,type,nPoints);
-timeBeg2 = 1;
-timeEnd2 = 2;
-secondEllTubeObj =...
-
gras.ellapx.smartdb.test.examples.getEllTube(nTubes,timeBeg2,timeEnd2,type,nPoints);
-%
-% Concatenating firstEllTube and secondEllTube on [timeBeg1, timeEnd2]
-% vector of time.
-%
-resEllTubeObj = firstEllTubeObj.cat(secondEllTubeObj);
-%
-% Concatenating the same firstEllTube and secondEllTube on
[timeBeg1,timeEnd2]
-% vector of time, but the sTime and values of properties corresponding to
-% sTime are taken from secondEllTube.
-%
-resEllTubeObj =
firstEllTubeObj.cat(secondEllTubeObj,'isReplacedByNew',true);
-%
-% Concatenating the same firstEllTube and secondEllTube on
[timeBeg1,timeEnd2]
-% vector of time, but the sTime and values of properties corresponding to
-% sTime are taken from firstEllTube.
-%
-resEllTubeObj =
firstEllTubeObj.cat(secondEllTubeObj,'isReplacedByNew',false);
-%
-% Note that we cannot concatenate ellipsoid tubes with overlapping time
-% limits.
-%
-
-
=======================================
---
/branches/issue_133_aatanesyan/products/+gras/+ellapx/+smartdb/+test/+examples/getDiffApprox.m
Thu Mar 6 15:19:33 2014 UTC
+++ /dev/null
@@ -1,37 +0,0 @@
-% An example of concatenating ellipsoid tube objects containing random
-% number of ellipsoid tubes (from one to ten tubes).
-%
-nTubes = randi(10,1);
-nPoints = 20;
-type = 1;
-timeBeg1 = 0;
-timeEnd1 = 1;
-firstEllTubeObj =...
-
gras.ellapx.smartdb.test.examples.getEllTube(nTubes,timeBeg1,timeEnd1,type,nPoints);
-timeBeg2 = 1;
-timeEnd2 = 2;
-secondEllTubeObj =...
-
gras.ellapx.smartdb.test.examples.getEllTube(nTubes,timeBeg2,timeEnd2,type,nPoints);
-%
-% Concatenating firstEllTube and secondEllTube on [timeBeg1, timeEnd2]
-% vector of time.
-%
-resEllTubeObj = firstEllTubeObj.cat(secondEllTubeObj);
-%
-% Concatenating the same firstEllTube and secondEllTube on
[timeBeg1,timeEnd2]
-% vector of time, but the sTime and values of properties corresponding to
-% sTime are taken from secondEllTube.
-%
-resEllTubeObj =
firstEllTubeObj.cat(secondEllTubeObj,'isReplacedByNew',true);
-%
-% Concatenating the same firstEllTube and secondEllTube on
[timeBeg1,timeEnd2]
-% vector of time, but the sTime and values of properties corresponding to
-% sTime are taken from firstEllTube.
-%
-resEllTubeObj =
firstEllTubeObj.cat(secondEllTubeObj,'isReplacedByNew',false);
-%
-% Note that we cannot concatenate ellipsoid tubes with overlapping time
-% limits.
-%
-
-
=======================================
---
/branches/issue_133_aatanesyan/products/+gras/+ellapx/+smartdb/+test/+examples/getSeveralEllTubes.m
Thu Mar 6 15:19:33 2014 UTC
+++ /dev/null
@@ -1,37 +0,0 @@
-% An example of concatenating ellipsoid tube objects containing random
-% number of ellipsoid tubes (from one to ten tubes).
-%
-nTubes = randi(10,1);
-nPoints = 20;
-type = 1;
-timeBeg1 = 0;
-timeEnd1 = 1;
-firstEllTubeObj =...
-
gras.ellapx.smartdb.test.examples.getEllTube(nTubes,timeBeg1,timeEnd1,type,nPoints);
-timeBeg2 = 1;
-timeEnd2 = 2;
-secondEllTubeObj =...
-
gras.ellapx.smartdb.test.examples.getEllTube(nTubes,timeBeg2,timeEnd2,type,nPoints);
-%
-% Concatenating firstEllTube and secondEllTube on [timeBeg1, timeEnd2]
-% vector of time.
-%
-resEllTubeObj = firstEllTubeObj.cat(secondEllTubeObj);
-%
-% Concatenating the same firstEllTube and secondEllTube on
[timeBeg1,timeEnd2]
-% vector of time, but the sTime and values of properties corresponding to
-% sTime are taken from secondEllTube.
-%
-resEllTubeObj =
firstEllTubeObj.cat(secondEllTubeObj,'isReplacedByNew',true);
-%
-% Concatenating the same firstEllTube and secondEllTube on
[timeBeg1,timeEnd2]
-% vector of time, but the sTime and values of properties corresponding to
-% sTime are taken from firstEllTube.
-%
-resEllTubeObj =
firstEllTubeObj.cat(secondEllTubeObj,'isReplacedByNew',false);
-%
-% Note that we cannot concatenate ellipsoid tubes with overlapping time
-% limits.
-%
-
-
Reply all
Reply to author
Forward
0 new messages