octave-maintainers
[Top][All Lists]
Advanced

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

No 'transpose' function


From: Thomas Treichl
Subject: No 'transpose' function
Date: Sat, 20 Jan 2007 17:06:40 +0100
User-agent: Thunderbird 1.5.0.9 (Macintosh/20061207)

Hi,

I run into trouble because I was not able to transpose a matrix from within a mex-function without having the general-pkg from octave-forge installed. The Matlab documentation gave me that "diag", "sum" and "transpose" can be used within a mex-function as

  mexCallMATLAB (1, plhs, 1, prhs, "transpose");

sum is a builtin-function, diag is a builtin function too, but transpose is not there even if octave is able to transpose matrices. Can you move the "transpose" function from octave-forge to octave?

Best regards,
Thomas


reply via email to

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