I'm trying to translate the following matlab code into the R:
clear all
nsta = [1,2,3];
npx = [2,3,4,5];
npu = [2,3,4,5];
nmax = 2500;
nome = 'MODEL1b';
system(sprintf('del %s.log',nome));
nfiles = 0;
for k = 1:length(nsta)
for i = 1:len...
asked by
21.05.2017 / 18:05