<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-15">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div id="ctl00_PageContent_rptPosts_ctl00_pnlSubject"
style="font-weight: bold;"> </div>
<div id="ctl00_PageContent_rptPosts_ctl00_pnlVideo"> </div>
<p>I would like to replace the line specification in a plot command
by a variable that can be used as an function input argument. E.
g. the line</p>
<p>plot([1:4],[1:4],
'LineStyle','none','Marker','+','MarkForeground',[255;215;0]/256)</p>
<p>should be replaced by</p>
<p>plot([1:4],[1:4],LS)</p>
<p>How should LS be constructed? </p>
<p>Kind regards</p>
<p>Jens</p>
<p>p.s.</p>
<p>To avoid hints to work arounds: I'm aware of gca(), gce(),
parents and children. This is not what I aim at.</p>
</body>
</html>