Arrays syntax in python -
this question has answer here:
- explain slice notation 24 answers
how in python "from beginning of array" , "all array". example if code in matlab is:
images(:, n) = img(:) what equivalent in python?
it images[:,n] = img.ravel()
Comments
Post a Comment