Unary minus (-s).
-s
Taking the negative of an imat_shp object causes all shape coefficients to be replaced with their negatives.
>> for k=1:length(s) if -min(s(k).shape) > max(s(k).shape), s(k)=-s(k); endend>>