help-octave
[Top][All Lists]
Advanced

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

Creating Symbolic Matrix in Octave


From: Neil Ghosh
Subject: Creating Symbolic Matrix in Octave
Date: Sat, 23 Oct 2010 21:16:22 +0530

Hello Users ,

I am doing

octave-3.2.4.exe:123> X_t = ["x1","x2"];
octave-3.2.4.exe:124> size(X_t)
ans =

   1   4
But Dimention should be 1x2, I think its taking x , 1, x, 2 individually.
How do I use 1 and 2 as subscript ?

Also what is correct alternative to matlab function ?

X=[sym(x1); sym(x2)];


--
Thanks and Regards
Neil
http://neilghosh.com




reply via email to

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