help-octave
[Top][All Lists]
Advanced

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

Re: help me for work with Octave


From: Doug Stewart
Subject: Re: help me for work with Octave
Date: Sun, 4 Apr 2021 18:31:02 -0400



On Sun, Apr 4, 2021 at 6:24 PM toraj sohrabi <torajrad@gmail.com> wrote:
                                                                 This error message occurs when I want to use software to solve control problems. Please help fix these bugs

                                                  
>> G=tf(num_G,den_G);
error: 'tf' undefined near line 1, column 1

The 'tf' function belongs to the control package from Octave Forge which
you have installed but not loaded.  To load the package, run 'pkg load
control' from the Octave prompt.

Please read <https://www.octave.org/missing.html> to learn how you can
contribute missing functionality.
>>

You must load the control pkg.

load control



--
DASCertificate for 206392


reply via email to

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