function y=divq(x,q) % Usage: y=divq(x,q) % element by element matrix division with known quotient matrix % x and q must have the same size % called by jpegdemo.m % % copyright (c) 1997 by Yu Hen Hu % y =x./q;