Index: mtt/doc/mtt.html
==================================================================
--- mtt/doc/mtt.html
+++ mtt/doc/mtt.html
@@ -3523,11 +3523,11 @@
|
mtt help representations
mtt help components
- mtt help examples
+ mtt help examples
mtt help crs
mtt help representations <match_string>
mtt help components <match_string>
mtt help examples <match_string>
mtt help crs <match_string>
@@ -10564,11 +10564,11 @@
|
-%ALIAS $a1 lin
+%ALIAS $a1 lin
|
@@ -10620,11 +10620,11 @@
|
-%ALIAS Component_name Component_location
+%ALIAS Component_name Component_location
|
@@ -11855,11 +11855,11 @@
| |
FOR ALL rho,g,vol,h,topt,bott,flowin,press
LET tktf2(rho,g,vol,h,topt,bott,effort,2,press,effort,1)
- = tank(rho,g,vol,h,topt,bott,press);
+ = tank(rho,g,vol,h,topt,bott,press);
|
@@ -11924,13 +11924,13 @@
function p = tank (rho,g,vol,h,topt,bott,press)
## usage: p = tank (vol,h,topt,bott,press)
##
- ##
+ ##
- val = press; zt = topt; zb = bott;
+ val = press; zt = topt; zb = bott;
zval = 0.5*(abs(zb+(zt-zb)*val-h)+(zb+(zt-zb)*val-h));
p = rho*g*zval + 0.5*(1+tanh((press-0.98)*500))*100000;
endfunction
@@ -11986,16 +11986,16 @@
|
-inline double tank(const double rho,
- const double g,
- const double vol,
- const double h,
- const double topt,
- const double bott,
+inline double tank(const double rho,
+ const double g,
+ const double vol,
+ const double h,
+ const double topt,
+ const double bott,
const double press)
/* ## usage: p = tank (vol,h,topt,bott,press)
##
@@ -14791,13 +14791,13 @@
|
# Makefile for the Two link GMV example
-all: msdP_tf.m TwoLinkP_obs.m TwoLinkP_sm.m twolinkp_sm.m TwoLinkGMV_numpar.m
+all: msdP_tf.m TwoLinkP_obs.m TwoLinkP_sm.m twolinkp_sm.m TwoLinkGMV_numpar.m
-msdP_tf.m: msdP_abg.fig
+msdP_tf.m: msdP_abg.fig
mtt -q msdP tf m
TwoLinkP_obs.m: TwoLinkP_abg.fig TwoLinkP_lbl.txt
mtt -q TwoLinkP obs m
@@ -16372,11 +16372,11 @@
C = 1
D = 0
-octave>
+octave>
|
|
@@ -16817,11 +16817,11 @@
|
- mtt sys sfun mexglx
+ mtt sys sfun mexglx
|