Search All of the Math Forum:
Views expressed in these public forums are not endorsed by
Drexel University or The Math Forum.
|
|
|
|
Re: save to *.prn?
Posted:
Jan 14, 2010 3:08 AM
|
|
Thanks, much appreciated! It works
Maarten
"Jan Simon" <matlab.THIS_YEAR@nMINUSsimon.de> wrote in message <hikctj$ip2$1@fred.mathworks.com>... > Dear Maarten! > > > I need to convert certain data into data stored in a .prn file, is there a possibility in matlab to do so? > > > > To make ik more clear, this is somewhat how the .prn file should look like once stored: > > > > item 1 "2" > > item 2 "y" > > > > b 2 1 4 5 > > a 1 2 3 > > 1 > > 2 > > 3 > > What are PRN files? Usually they are created by Windows printer drivers, if the output is not printed but written to a file. > > The example you've posted suggest, that you mean ASCII files. > Then look at: FOPEN, FPRINTF, FLCOSE. > > Good luck, Jan
|
|
|
|