MATLAB FINANCIAL DERIVATIVES TOOLBOX Bedienungsanleitung Seite 58

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 119
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 57
57
Matlab’s response:
0 2 4 6
-20
-10
0
10
20
Subplot 1
0 2 4 6
0
0.2
0.4
0.6
0.8
1
Subplot 2
0 0.5 1
0
0.2
0.4
0.6
0.8
1
0 10 20 30
-2
-1
0
1
2
Subplot 5
0 2 4 6
-20
-10
0
10
20
Subplot 6
Comments:
Experimenting with the
s
s
u
u
b
b
p
p
l
l
o
o
t
t command. The first two input
arguments to the
s
s
u
u
b
b
p
p
l
l
o
o
t
t function define the dimensionality of the
figure window. If m is the first input arguments and n the second,
then the figure window breaks to an m-by-n plot matrix. The third
input to the
s
s
u
u
b
b
p
p
l
l
o
o
t
t function designates the current subplot to be
handled. Starting from the upper left corner and moving row-wise to
the lower right corner, 1 refers to the first subplot, 2 to the second
and mn to the last one. After each
s
s
u
u
b
b
p
p
l
l
o
o
t
t command, the
p
p
l
l
o
o
t
t
command should follow. In the current examples, the commands
instruct for the creation of a 2-by-3 subplot matrix. The 1
st
, 2
nd
, 5
th
and 6
th
subplots are used whilst the 3
rd
and 4
th
are currently unused.
Note that if the
s
s
u
u
b
b
p
p
l
l
o
o
t
t command is avoided for any subplot, then its
space on the figure window stays empty. If only the
s
s
u
u
b
b
p
p
l
l
o
o
t
t
is called
as with the case of the third subfigure, then a blank figure appears in
the figure window.
Moreover, Matlab offers a variety of options to customize the graph. For
example, a more general calling syntax for the
p
p
l
l
o
o
t
t
is
:
:
p
p
l
l
o
o
t
t(X, Y, '???', 'PropertyName', PropertyValue, ...)
Seitenansicht 57
1 2 ... 53 54 55 56 57 58 59 60 61 62 63 ... 118 119

Kommentare zu diesen Handbüchern

Keine Kommentare