help-octave
[Top][All Lists]
Advanced

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

Re: Help Plotting Symbolic Vector Fields with Substitutions


From: Colin Macdonald
Subject: Re: Help Plotting Symbolic Vector Fields with Substitutions
Date: Fri, 21 Apr 2017 08:02:08 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.0

On 21/04/17 12:38 AM, WARDEVIL_UFO wrote:
iComponent = function_handle(vector(1,1));
jComponent = function_handle(vector(2,1));

Perhaps these should be:

iComponent = function_handle (vector(1), 'vars', [x y]);

(otherwise, you may get different behaviour if for example `vector(1)` depends only on y).

Colin



reply via email to

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