help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Undisired header


From: Hikachu
Subject: Undisired header
Date: Wed, 20 Jul 2011 07:07:55 -0700 (PDT)

Hello,

I am working with datas I want to save in a file then use them in an other
octave file.

The thing is the name of my file depends of a variable, so I use it this way
: 


fileName = sprintf('real_profile_NACA65_%d',k);
    
  save(fileName, 'real_profile_NACA65') 


because of that I can't do the " save -ascii ..." stuff.

The problem is : I get a 5 lines-header in my file, and I really don't need
it.


Do you have a solution to avoid getting this header??


If not, do you know how I can load the data without loading the header?


Thanks a lot




--
View this message in context: 
http://octave.1599824.n4.nabble.com/Undisired-header-tp3680911p3680911.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]