function HH = condH(Poh,mobs,n) nz = size(Poh,2); HH = zeros(1,nz); for zi = 1:nz [hh,Ht,H] = gethhn(Poh(:,zi),mobs,n); HH(zi) = H; end return