CLINE improvement



Hi to everyone!

I want to plot a curve presented as a matrix z with two
columns , so that line and marker have different colors,
linewidth etc. At the moment, if I do not like long typing,
I can only superimpose two different curves and combine them
into one object, e.g.

xy=rand(5,2);
h1=cline(xy,'5r');
h2=cline(xy,'9*g');
h=[h1,h2];
delete(h)

Is it possible to combine these steps into one command like

h=cline(z,'5r 9*g3')

which would mean that I need red line with linewidth 5, and
green marker *, markersize 9, linewidth 3?

Program COLSTYLE does not allow me to extract such details.
I could improve functionality of CLINE to this level, but
probably there is already a solution in one of releases
after R14.
.



Relevant Pages

  • CLINE improvement
    ... I want to plot a curve presented as a matrix z with two ... columns, so that line and marker have different colors, ... linewidth etc. ...
    (comp.soft-sys.matlab)
  • Re: current marker
    ... >How I can find the current curve of a circuit? ... The V marker gives the expected sin curve of V, ... You don't give much information - such as the component and voltage ...
    (sci.electronics.cad)
  • current marker
    ... How I can find the current curve of a circuit? ... The V marker gives the expected sin curve of V, ... Maybe the problem is how I put the pin. ...
    (sci.electronics.cad)
  • How to set interval (or range) between Marker (+ or *) in line ( line function)
    ... We want to put the curve 10 different curves using line function in a single ... To discriminate these curve, we plan to use color and marker and line style ... but, we want to know more correct option provided in Matlab, not such trick. ...
    (comp.soft-sys.matlab)
  • Re: How to plot functions of e in latex
    ... % plots the funtion 10x for as a curve with ... % a linewidth of 1.5pt. ...
    (comp.text.tex)