: 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
Subiono
"Max-Plus Algebra And Petrinet Toolbox", ver. 1.1.0, February, 2013.