From: ImageAnalyst on
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.