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 TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Nikke
  • Order by date
  1. Nikke

    Exporting data from a vector in a loop

    I'll try that thx. Anyway I think I've solved by using a matrix for data storing instead of a vector, and by switching rows at every loop. Seems it works well. Thanks for the tip!
  2. Nikke

    Exporting data from a vector in a loop

    I have to export 2 vectors in 2 different .txt files. My entire program is a loop repeated about 250 times. At the end of every loop, I want to export the results (2 vectors, one is 1X8 and one is 1X4) in two different .txt files (ie: a.txt and b.txt). I've tried to use the function "dlmwrite"...

Part and Inventory Search

Back
Top