function A = circulant(x) function A = circulant(x) return square circulant matrix with first row x barnett 2/5/08 x = x(:) A = toeplitz([x(1) x(end:-1:2)], x)
评论星级较低,若资源使用遇到问题可联系上传者,3个工作日内问题未解决可申请退款~