No BSD License
-
Zi =filteric(B,A,X,Y)
-
acosd(alpha)
ACOSD arc cos, in degrees, of the elements of alpha.
-
ayrton(range, amp, resist)
AYRTON calculates resistances for an Ayrton multirange ammeter.
-
bending1(s, d, F1, F2)
BENDING1 bending moments caused vehicle moving on beam.
-
conic(phi, param)
CONIC.M generates a conic section whose equation is given in polar form.
-
dcmot(t,om);
this function represents the model of a DC motor
-
dervabk(t,x);
this function returns the derivatives of the unit feedback system
-
divide(x, y)
-
eulangle(psi, theta, phi)
EULANGLE matrix of rotations by Euler's angles.
-
evalpol2(c, x)
EVALPOL2 Polynomial evaluation by Horner's scheme.
-
fact(x)
FACT factorial by a recursive procedure.
-
gcd1(x, y, tol)
-
gcd2(x, y)
GCD2 greatest common divisor by a recursive procedure.
-
pend(t,w);
This m-file describes the motion of a pendulum subject to gravity,
-
pliny(t,h);
This function respresents the model of the Pliny's intermittent fountain
-
rndprm1(X);
RNDPRM1 random permutation of row vector using FOR loop.
-
rndprm2(X);
RNDPRM2 random permutation of row vector using WHILE loop.
-
rndprm3(X);
RNDPRM3 random permutation of row vector using recursion.
-
rtate(theta)
RTATE(THETA) rotates theta degrees counterclockwise
-
scale(alpha, beta)
SCALE scaling matrix.
-
segment(A,r)
SEGMENT angle subtended by a circular segment.
-
segment1(A,r)
SEGMENT1 angle of circular segment, plot of iterations.
-
simp(x, y)
SIMP(X, Y) Simpson integration of tabular data y(x).
-
sind(alpha)
-
sind(alpha)
COSD(ALPHA) cosine of the elements of ALPHA, angle measured in degrees.
-
spipe(Re)
LAMBDA smooth-pipe frictional coefficient.
-
tankv(M, V0, tol)
TANKV(M, V0, tol) tank volume by iterative method
-
trlate(dx, dy)
-
uramp(t, t0)
URAMP(t, t0) unit ramp function beginning at t0.
-
ustep(t, t0)
-
vprod(A, B)
-
wd =doga(t,w);
This function represents the model of the dog chasing problem,
-
wd =dogb(t,w);
This function represents the model of the dog chasing problem,
-
wd=derv2a(t,w);
example of linear differential equation
-
wd=derv2b(t,w);
example of linear differential equation
-
wd=derv3a(t,w);
example of linear differential equation
-
wd=derv3b(t,w);
example of linear differential equation
-
wd=invp(t,w);
inverted pendulum on a cart.
-
wd=spring(t,w);
This function defines the differential equation relative to
-
wd=stiff(t,w);
This function defines the differential equation of a stiff system
-
xd=cspring(t,x);
This function defines the spring system. It is written in the format
-
alias.m
-
atmpres.m
-
bolind1.m
-
br1.m
-
br2.m
-
br3.m
-
ch14ex10.m
-
ch14ex12.m
-
ch14ex2a.m
-
ch14ex2b.m
-
ch14ex3a.m
-
ch14ex3b.m
-
ch14ex4a.m
-
ch14ex4b.m
-
ch14ex7.m
-
ch15ex11.m
-
ch15ex14.m
-
ch15ex16.m
-
ch15ex3.m
-
ch15ex5.m
-
ch15ex7.m
-
ch15ex8.m
-
ch15ex9.m
-
ch16ex10.m
-
ch16ex12.m
-
ch16ex2.m
-
ch16ex3.m
-
ch16ex7.m
-
complext.m
-
crane.m
-
diode.m
-
door.m
-
evalpol.m
-
evalpol1.m
-
exa2_05.m
-
exa3_05.m
-
exa3_06.m
-
exam04_1.m
-
exam09_2.m
-
exam09_3.m
-
exe10_02.m
-
exe10_06.m
-
exe10_09.m
-
exe11_12.m
-
exe11_13.m
-
exe17_04.m
-
exer2_03.m
-
exer2_04.m
-
exer2_06.m
-
exer2_09.m
-
exer2_11.m
-
exer3_03.m
-
exer3_07.m
-
exer3_10.m
-
exer3_13.m
-
exer3_14.m
-
exer4_05.m
-
exer4_06.m
-
exer4_10.m
-
exer5_07.m
-
exer6_05.m
-
exer6_06.m
-
exer6_08.m
-
exer7_03.m
-
exer8_02.m
-
exer8_05.m
-
exer9_05.m
-
exer9_11.m
-
fig04_06.m
-
fig04_09.m
-
fig05_08.m
-
fig06_01.m
-
fig06_02.m
-
fig10_03.m
-
fig10_04.m
-
fig10_12.m
-
fig11_01.m
-
fig11_02.m
-
fig1_11.m
-
fndwmal.m
-
hello.m
-
hi_lo.m
-
itermenu.m
-
kvisc.m
-
newton.m
-
ospring.m
-
pipe.m
-
raphson.m
-
rectify.m
-
rod1.m
-
rod2.m
-
s_couple.m
-
scissor.m
-
supsteam.m
-
turbot.m
-
ultim.m
-
vecrot.m
-
yellow.m
-
yellow1.m
-
View all files
|
|
| supsteam.m |
%SUPSTEAM.M table of specific-volume values of superheated steam.
% file SUPSTEAM.M builds a table of specific-volume values, in m^3/kg,
% for superheated steam. The first column of the final table contains
% the absolute pressures in bar (10^5 bar = 1 Pa = 1 N/m^2).
% The first row of the final table contains temperatures in degrees C.
% See book, Subsection 8.4.2.
sv1 = [ 0 240 260 280 300 320 340 360 380 400
6 0.393 0.410 0.426 0.443 0.459 0.475 0.491 0.508 0.524
7 0.336 0.350 0.365 0.379 0.393 0.407 0.421 0.435 0.448
8 0.293 0.305 0.318 0.331 0.343 0.335 0.367 0.380 0.392
9 0.259 0.271 0.282 0.293 0.304 0.315 0.326 0.337 0.348
11 0.210 0.220 0.229 0.239 0.248 0.257 0.266 0.275 0.283
12 0.192 0.201 0.210 0.218 0.227 0.235 0.243 0.252 0.260
13 0.176 0.185 0.193 0.201 0.209 0.216 0.224 0.232 0.239
14 0.163 0.171 0.179 0.186 0.193 0.201 0.208 0.215 0.222
15 0.152 0.159 0.166 0.173 0.180 0.187 0.194 0.200 0.207
16 0.141 0.148 0.155 0.162 0.168 0.175 0.181 0.188 0.194
140 NaN NaN NaN NaN NaN 0.013 0.015 0.016 0.018
161 NaN NaN NaN NaN NaN NaN 0.012 0.013 0.015
201 NaN NaN NaN NaN NaN NaN NaN 0.009 0.010
220 NaN NaN NaN NaN NaN NaN NaN 0.007 0.009];
sv2 = [ 420 440 450 460 470 480 490 500 520 540 550
0.540 0.556 0.564 0.572 0.580 0.588 0.596 0.604 0.619 0.635 0.643
0.462 0.476 0.483 0.490 0.496 0.503 0.510 0.517 0.531 0.544 0.551
0.404 0.416 0.422 0.428 0.434 0.440 0.446 0.452 0.464 0.476 0.482
0.359 0.369 0.375 0.380 0.385 0.391 0.396 0.401 0.412 0.423 0.428
0.293 0.302 0.306 0.310 0.315 0.319 0.324 0.328 0.337 0.345 0.350
0.268 0.276 0.280 0.284 0.288 0.292 0.296 0.300 0.308 0.316 0.320
0.247 0.255 0.258 0.262 0.266 0.270 0.273 0.277 0.285 0.292 0.296
0.229 0.236 0.240 0.243 0.247 0.250 0.254 0.257 0.264 0.271 0.274
0.214 0.220 0.223 0.227 0.230 0.233 0.237 0.240 0.246 0.253 0.256
0.200 0.206 0.209 0.212 0.215 0.218 0.222 0.225 0.231 0.237 0.240
0.019 0.020 0.021 0.021 0.022 0.022 0.023 0.023 0.024 0.025 0.025
0.016 0.017 0.017 0.018 0.018 0.019 0.019 0.020 0.021 0.021 0.022
0.012 0.013 0.013 0.014 0.014 0.014 0.015 0.015 0.016 0.017 0.017
0.010 0.011 0.011 0.012 0.012 0.013 0.013 0.013 0.014 0.015 0.015];
svol = [ sv1 sv2 ];
svol(:,1) = svol(:,1)*0.980665;
clear sv1 sv2
|
|
Contact us at files@mathworks.com