@@ -89,25 +89,6 @@ If, e.g., time = 1.0, the output y = 0.0 (before event), 1.0 (after event)
8989 alt=\" TimeTable.png\">
9090</div>
9191
92- </html>" ,
93- revisions="<html>
94- <h4>Release Notes</h4>
95- <ul>
96- <li><em>Oct. 21, 2002</em>
97- by Christian Schweiger:<br>
98- Corrected interface from
99- <blockquote><pre>
100- parameter Real table[:, :]=[0, 0; 1, 1; 2, 4];
101- </pre></blockquote>
102- to
103- <blockquote><pre>
104- parameter Real table[:, <strong>2</strong>]=[0, 0; 1, 1; 2, 4];
105- </pre></blockquote>
106- </li>
107- <li><em>Nov. 7, 1999</em>
108- by <a href=\" http://www.robotic.dlr.de/Martin.Otter/\">Martin Otter</a>:<br>
109- Realized.</li>
110- </ul>
11192</html>" ),
11293 Icon(coordinateSystem(
11394 preserveAspectRatio=true,
@@ -467,18 +448,6 @@ Other characters, like trailing non comments, are not allowed in the file.
467448<p>
468449MATLAB is a registered trademark of The MathWorks, Inc.
469450</p>
470- </html>" , revisions="<html>
471- <p><strong>Release Notes:</strong></p>
472- <ul>
473- <li><em>April 09, 2013</em>
474- by Thomas Beutlich:<br>
475- Implemented as external object.</li>
476- <li><em>March 31, 2001</em>
477- by <a href=\" http://www.robotic.dlr.de/Martin.Otter/\">Martin Otter</a>:<br>
478- Used CombiTableTime as a basis and added the
479- arguments <strong>extrapolation, columns, startTime</strong>.
480- This allows periodic function definitions.</li>
481- </ul>
482451</html>" ),
483452 Icon(
484453 coordinateSystem(preserveAspectRatio=true,
@@ -713,18 +682,6 @@ Other characters, like trailing non comments, are not allowed in the file.
713682<p>
714683MATLAB is a registered trademark of The MathWorks, Inc.
715684</p>
716- </html>" , revisions="<html>
717- <p><strong>Release Notes:</strong></p>
718- <ul>
719- <li><em>April 09, 2013</em>
720- by Thomas Beutlich:<br>
721- Implemented as external object.</li>
722- <li><em>March 31, 2001</em>
723- by <a href=\" http://www.robotic.dlr.de/Martin.Otter/\">Martin Otter</a>:<br>
724- Used CombiTableTime as a basis and added the
725- arguments <strong>extrapolation, columns, startTime</strong>.
726- This allows periodic function definitions.</li>
727- </ul>
728685</html>" ));
729686 end FileUpdateTimeTable;
730687end Sources;
0 commit comments