Home > freetb4matlab > plot > colstyle.m

colstyle

PURPOSE ^

% Parse a linespec and return its components. The linetype is returned

SYNOPSIS ^

function [l, c, m, msg] = colstyle (s)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {[@var{l}, @var{c}, @var{m}, @var{msg}] =} colstyle (@var{s})
% Parse a linespec and return its components. The linetype is returned
% as the variable @var{l}, the color as @var{c} and the marker type as
% @var{m}. If the linespec is incorrectly parsed, do not return an
% error but rather return the error as the argument @var{msg}.
% @end deftypefn

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003