Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 Matlab 单元格数组,每个单元格都包含一个 N x M 矩阵。M 的值因单元格而异。
使用 numpy 或任何标准 Python 数据结构在 Python 中表示这种类型的结构的有效方法是什么?
您是否考虑过numpy.arrays 列表?
numpy.array