Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. quadw = reshape(...
  2. kron ([repmat([2, -1, 2, 0], 1, (m(3) - 3) / 4), 2, -1, 2],...
  3. kron ([repmat([2, -1, 2, 0], 1, (m(1) - 3) / 4), 2, -1, 2]',...
  4. [repmat([2, -1, 2, 0], 1, (m(2) - 3) / 4), 2, -1, 2])),m)*...
  5. 64 / 27;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement