<< intersectionguiext Min-Max-Plus And Petrinet isconservation >>

Min-Max-Plus And Petrinet >> Min-Max-Plus And Petrinet > intervalmatab

intervalmatab

Matrices interval

Calling Sequence

[A,B] = intervalmatab(m,n)

Parameters

m,n
: input positive integers.
A,B

: output matrices A,B of size m by-n such that A ≦B.

Description

Function returns integer random matrice A and B of size m × n such that A ≦B.

Examples

[A,B]=intervalmatab(7,7); 
// check that A≦B. 
A <= B 
// other example 
A=maxplussprand(7,7,0.8); 
[x,y]=intervalmatab(7,1); 
// check that A⊗x ≤ A⊗y 
maxplusotimes(A,x) <= maxplusotimes(A,y)

Author

"Max-Plus Algebra And Petrinet Toolbox", ver. 1.1.0, February, 2013.

See Also


Report an issue
<< intersectionguiext Min-Max-Plus And Petrinet isconservation >>