Recent content by esmaiel181

  1. E

    MATLAB MATLAB - changing variable name with each iteration?

    Hi you must follow this method: i=0; for x= i=i+1; current{i}=x^2; end this method works even if x be a vector or a matrix Bye.
Back
Top