From: ImageAnalyst on 31 Jul 2010 14:52 On Jul 31, 2:33 pm, "dale " <persa...(a)gmail.com> wrote: > Hi guys, > > Is there any way I can write numerical values in cells that exist in variable editor to text files? > > All the best > dale --------------------------------------------------- If they're in the variable editor, then you have them as variables in your workspace or m-file. So then just use dlmwrite() or csvwrite() to save them out to text files.
|
Pages: 1 Prev: How to calculate Cumulative Addition Next: How can a matrix be converted into a string matrix? |