msglab1
macro written for the previous
lab.msglab1.mm
to msglab2.mm
. The use
UPDATE
to add the new macro to the TRAIN option tree.FEATURE
so delete the line creating the
feature and delete the part of processMessage
where you set the
position of the feature. (Do not delete the check for the "MARK" message,
you will be using it again.)res reg.myplot.x1 res reg.myplot.x2 res reg.myplot.y1 res reg.myplot.y2
PLOT
, you will see that it
takes in a "ZOOM" message with the data set to {XMIN=,XMAX=,YMIN=,YMAX=}
.
This is the message you will need to send to the PLOT
(note
that you can use INFO=0
).PLOT
. It should
be half the width and height of the current plot and should be centered on
the point specified in the data of the "MARK" message.