octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #63393] [octave forge] (control) Bode plot pro


From: Nicholas Jankowski
Subject: [Octave-bug-tracker] [bug #63393] [octave forge] (control) Bode plot problem. Different results between MATLAB and Octave.
Date: Mon, 21 Nov 2022 10:53:18 -0500 (EST)

Follow-up Comment #5, bug #63393 (project octave):

regrading minreal not having help text or being viewable in edit, I assume
you're referring to the Octave implementations?

Because of the way Octave has implemented these as class functions, you can't
just check the functions with 'help minreal', even after loading the package.

'help @lti/minreal'  will diplay the (somewhat minimal) package help.  'edit
@lti/minreal' will open the function for editing.  Note that it's handing off
most of the functionality to @ss/___minreal___.m, which in turn will call
other helper functions (located under @ss/) depending on the form of the
input. 

Also, note that if you wanted to debug/step through the functions, setting
breakpoints is problematic as you need to be in the same folder as the
function with the breakpoint, and that doesn't work well for class functions
in a @/ folder. What you can do instead is have all of the relevant functions
open in your editor, then add a 'keyboard' command in the first one called.
from there you can step through the functions and into subfunctions using the
toolbar or F10/F11 keys as needed.


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?63393>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

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