Recent content by Aladdin1

  1. A

    MATLAB How Can I Automate Input for an MRWE Application in MATLAB?

    Great work. I have ten data input files named (data1,data2,...,data10), Is it possible to make loop that consider the new name of input file??. In other way suppose we have something like : for i =1:10 system('abcd.exe &'); robot = java.awt.Robot; robot.keyPress...