im having a problem to convert post in matlab padarray to pad function in python, i want to do the same in python pad function :
padded=np.pad(MAT,(1,1),'post');
this is not working because there is no post function in python
this is an example in matlab (i want to do the same in python pad function):
it will really help me , thank you