查看会员资料
用 户 名:trist******
发送消息- Email:用户隐藏
- Icq/MSN:
- 电话号码:
- Homepage:
- 会员简介:
最新会员发布资源
circulant.m
- 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) -function A = circulant(x) function A = circulant(x) retu