: output matrices A,B of size m by-n such that A
≦B.
Description
Function returns integer random matrice A and B of size n by-n such
that A ≦B.
Examples
[A,B]=intervalmatab(7,7);// check that A≦B.A<=Bans=TTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTT// other exampleA=maxplussprand(7,7,0.8);[x,y]=intervalmatab(7,1);// check that A⊗x ≤ A⊗ymaxplusotimes(A,x)<=maxplusotimes(A,y)ans=TTTTTTT