How can this MATLAB code be translated to Python?For example with random files: FileA = rand([10,2]);FileB = randperm(10);for i=1:10fileC(FileB(i) ...
確定! 回上一頁