gpt4 book ai didi

python - matlab在python中的 "permute"

转载 作者:IT老高 更新时间:2023-10-28 20:54:00 27 4
gpt4 key购买 nike

我正在将一个程序从 matlab 翻译成 Python。

matlab代码使用permute方法:

B = PERMUTE(A,ORDER) rearranges the dimensions of A so that they
% are in the order specified by the vector ORDER. The array produced
% has the same values as A but the order of the subscripts needed to
% access any particular element are rearranged as specified by ORDER.
% For an N-D array A, numel(ORDER)>=ndims(A). All the elements of
% ORDER must be unique.

Python/NumPy 中是否有等效方法?

最佳答案

这被纳入 transpose numpy.ndarray 中的函数。默认行为会颠倒顺序,但您可以提供自己的顺序列表。

关于python - matlab在python中的 "permute",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12787475/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com