Search All of the Math Forum:
Views expressed in these public forums are not endorsed by
Drexel University or The Math Forum.
|
|
|
|
Re: write matlab output to file
Posted:
Jan 14, 2013 9:59 AM
|
|
I came across diary function - it is useful for me
On Sunday, January 6, 2013 9:34:14 PM UTC+5:30, dpb wrote: > On 1/6/2013 1:00 AM, majeti dinesh wrote: > > > I am displaying many values in matlab for debugging. I want to write > > > these displayed values to a file rather than the command window. Can > > > anyone suggest what to do? > > > > Start w/ > > > > help iofun > > > > Read through the list (particularly the import/export functions section > > is probably most directly pertinent) and see which seem to meet your > > objective of what you would like the file structure to be...probably > > you'll be able to do what you'd like after reading > > > > doc dlmwrite > > > > If you want something very specifically formatted, there's always the > > low-level functions. > > > > --
|
|
|
|