[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Symbolic pkg --saving var. to a file
From: |
Mike Miller |
Subject: |
Re: Symbolic pkg --saving var. to a file |
Date: |
Mon, 17 Aug 2015 12:08:50 -0400 |
On Mon, Aug 17, 2015 at 12:04:26 -0400, Doug Stewart wrote:
> >> save -ascii dougq.txt q
> error: octave_base_value::matrix_value(): wrong type argument 'class'
> warning: save: unable to save q in ASCII format
Try saving without -ascii. Maybe you wanted -text instead of -ascii?
The -ascii option forces the types to be converted to numeric
matrices, doesn't work for types that can't be cast to a matrix of
type double.
--
mike