Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MintJulep on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by 45879

  1. 45879

    problem with automatic files loading :/

    Ok, I've managed to do it. As i read in some older topics, I've typed: for i=0:1:32 load(['A' int2str(i) '.txt']) end But how can i display the read data after opening every file? If i take one simple file and type: load A0.txt Then I only need to type: A0 And the data is being...
  2. 45879

    problem with automatic files loading :/

    Hi all! I have this kind of a problem. I need to load 33 files such as A0.txt, A1.txt, A2.txt...A32.txt. Of course, i can do this by simply typing: load A0.txt load A1.txt . . . load A32.txt But when i would like to load 100 files this solution isn't a good idea. I think for loop would be...

Part and Inventory Search

Back
Top