Re: How can I remove the padding??
- From: Michael Wild <themiwi@xxxxxxxxxxxxxxx>
- Date: Tue, 28 Feb 2006 18:20:29 +0100
Lara wrote:
Hello,
After I apply (padarray) function How can I remove the padding??
a = ones(5);
s = [3,4];
aa = padarray(a,s,0,'both');
b = aa(1+s(1):end-s(1),1+s(2):end-s(2));
isequal(a,b);
michael
.
- References:
- How can I remove the padding??
- From: Lara
- How can I remove the padding??
- Prev by Date: Re: Optimizing using Fsolve (more equations than u
- Next by Date: For loops
- Previous by thread: How can I remove the padding??
- Next by thread: Optimizing using Fsolve (more equations than unknowns)
- Index(es):
Relevant Pages
|