help-octave
[Top][All Lists]
Advanced

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

Blkproc and inline function


From: address@hidden
Subject: Blkproc and inline function
Date: Sun, 23 Mar 2008 19:18:44 +0100
User-agent: Thunderbird 2.0.0.9 (Windows/20071031)

Hi,
It's my first fight with Octave (after SciLab) and I've some trouble with using blkproc function. When I pass function inline, like this blkproc(image, [16 16], 'P1*x*P2', T, T') I've got error like this:
"error: feval: the symbol `P1*x*P2' is not valid as a function".

T, T' - arrays (P1, P2 parameters just like in Matlab).

Is there any trick to pass this (P1*x*P2) function to blkproc without error?
Thx.

--
Pawel


reply via email to

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