"; } ?> None

TORSCHE Scheduling
Toolbox for Matlab

Name

plot — graphic display of set of tasks

Synopsis


   PLOT(T)
   PLOT(T[,C1,V1,C2,V2...])

Description

Parameters:

T

set of tasks

Cx

configuration parameters for plot style

Vx

configuration value

Properties:

MaxTime

... default: LCM (least common multiple) of task periods

Proc

0 - draw each task to one line

1 - draw each task to his processor

Color

0 - Black & White

1 - Generate colors only for tasks without color

2 - Generate colors for all tasks

default value is 1)

ASAP

0 - normal draw (default)

1 - draw tasks to their ASAP

Axis

[tmin tmax] set time interval for plot. Use NaN for automatic setting values. (NaN is default value)

Prec

0 - draw without precedens constrains

1 - draw with precedens constrains (default)

Period

0 - period mark is ignored

1 - draw one period with period mark(s) (default)

n - draw n periods witn n marks

Weight

0 - draw tasks in current order

1 - draw tasks in order by weights

Reverse

0 - draw tasks in order (top)1,2,3 .. n(bottom) (default)

1 - draw tasks in order (top)n,n-1,n-2,n-3 .. 1(bottom)

Axname

Cell with Y-axis name

Textins

Text-in setup, structure with 'fontsize' and 'textmovetop' fields

See also

TASKSET/TASKSET

Webmaster - Jan Dvořák (2004 - 2024)