Skip to content

Differences from MATLAB version

Peter Corke edited this page Aug 2, 2020 · 1 revision

Differences from MATLAB

When a sequence of matrices is returned:

  • for MATLAB the i'th element in the sequence is A(:,:,i)
  • for Python the i'th element in the sequence is A[i,:,:]
Clone this wiki locally