comparison scripts/signal/ifftshift.m @ 23083:e9a0469dedd9 stable

maint: strip extra trailing newlines from files.
author John W. Eaton <jwe@octave.org>
date Fri, 20 Jan 2017 12:19:08 -0500
parents 93ea313301f9
children ef4d915df748 3ac9f9ecfae5
comparison
equal deleted inserted replaced
23082:e8d64dce0afd 23083:e9a0469dedd9
135 ## Test input validation 135 ## Test input validation
136 %!error ifftshift () 136 %!error ifftshift ()
137 %!error ifftshift (1, 2, 3) 137 %!error ifftshift (1, 2, 3)
138 %!error ifftshift (0:3, -1) 138 %!error ifftshift (0:3, -1)
139 %!error ifftshift (0:3, 0:3) 139 %!error ifftshift (0:3, 0:3)
140