Recent content by RYYJDEH

  1. R

    MATLAB Mathematica to MATLAB translation

    Even simpler, I just created a vector say k=1:40 and then wrote my function say 5*k+12.
  2. R

    MATLAB Mathematica to MATLAB translation

    Hi, I have some Mathematica code I want to translate in Matlab, does anyone know how to translate the Table [expr,{i,a,b}]to Matlab? I made one with a loop, but loops are very slow and I am going to analyze large datasets with the functions.
Back
Top