Can you post a small example with data? I'm not sure if the wanted procedure is clear to me after reading the text.
Padarray or circshift functions
19 次查看(过去 30 天)
显示 更早的评论
Deal all, output = padarray(input,[ x y],'replicate') function does not work in the minus domain x and y. Especially, the output size compared to input (e.g., image) naturally changed, but I would like to keep same size with input matrix. On the other hand, circshift(input,[ x y]) function work well in the minus domain x and y.
So, I wanna to use the circshift function in the minus domain likewise 'replicate' mode of padarray function. or zero-padding using cirshift function. Do you have any good idea??
Many thanks.
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 디블러 처리 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!