|
From: | Doug Stewart |
Subject: | Re: help me for work with Octave |
Date: | Sun, 4 Apr 2021 18:31:02 -0400 |
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.
>>
[Prev in Thread] | Current Thread | [Next in Thread] |