mailing-list for TeXmacs Users

Text archives Help


octave plugin not displaying contents of variable?


Chronological Thread 
  • From: Albrecht Gebhardt <address@hidden>
  • To: address@hidden
  • Subject: octave plugin not displaying contents of variable?
  • Date: Mon, 21 Feb 2005 19:25:41 +0100

Hi,

I'm wondering why I can't see the contents of a variable in an octave
session, but when I use 1*variable I'll see the result:

octave> M=[1 2 3; 2 3 4]
octave> M
octave> 1*M
[ 1 2 3 ]
[ 2 3 4 ]
octave>

No problem in an octave session outside of TeXmacs:
octave:1> M=[1 2 3; 2 3 4]
M =

1 2 3
2 3 4

octave:2> M
M =

1 2 3
2 3 4

octave:3> 1*M
ans =

1 2 3
2 3 4


In a scilab session it also works as expected, the matrix M is
displayed.

Is this a bug or a feature?

This is TeXmacs 1.0.4-R3 (Debian package), octave 2.1.64 (also Debian
sarge)

Thanks

Albrecht


--
// Albrecht Gebhardt Tel.: (++43 463) 2700/3118
// Institut fuer Mathematik Fax : (++43 463) 2700/3198
// Universitaet Klagenfurt mailto:address@hidden
// Universitaetsstr. 65 http://www.math.uni-klu.ac.at/~agebhard
// A-9020 Klagenfurt, Austria
// GPG PK: http://www.math.uni-klu.ac.at/~agebhard/agebhard.asc
// GPG FP: F46F 656E E83C 9323 CE30 FF8F 9DBA D1A3 B55A 78A6



Archive powered by MHonArc 2.6.19.

Top of page