What is the best equivalent of a MATLAB “cell of structures” in python?

后端 未结 0 326
谎友^
谎友^ 2021-01-24 16:26

I have a code in MATLAB that I\'m converting in python. The following is the body of the code

load("A.mat")
nobj= 2
pop=cell(200,1);
for i=1:200
   pop{         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题