Replies: 1 comment 1 reply
-
This feature is the MATLAB only feature because it has advanced matrix/vector engine. So, we can go Python-way, I think. There is no reason to keep everything the same. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In Matlab all arrays that should be 1-dimensional are two dimensional. The last axis just has length of 1 in that case.
How should we handle this in py3gpp? Always add this empty dimension or not?
@vborchsh
Beta Was this translation helpful? Give feedback.
All reactions