help-octave
[Top][All Lists]
Advanced

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

Variables....


From: Tasos Protopapas
Subject: Variables....
Date: Thu, 18 Jan 2007 16:24:24 +0200

Is there a way to use a variable without assigning it a value first…

 

I want to have a matrix like that:

 

Χ = [(a+2) 3 4; 5 (a-4) 8; 3 2 (a-1)]

 

But, when I use “global a”, octave outputs a matrix which is not 3*3…

 

Thank you


reply via email to

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