help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Symbols in matrices


From: Lukáš Kryške
Subject: Symbols in matrices
Date: Thu, 29 Nov 2012 08:38:05 +0100

Is it possible to use symbols (sym(...)) in the matrices implemented in GNU/Octave? I'm getting this error:

b = sym('b')
a = [ .... matrix with b's and with constants ..... ]

error: octave_base_value::resize (): wrong type argument `ex'
error: octave_base_value::resize (): wrong type argument `<unknown type>'

Thanks,
Lukas

reply via email to

[Prev in Thread] Current Thread [Next in Thread]