octave-maintainers
[Top][All Lists]
Advanced

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

Re: Help with keyboard


From: Clark Dunson
Subject: Re: Help with keyboard
Date: Tue, 23 Jul 2019 10:21:20 -0700

Now matlab is confused:

>> KrugerPDOPAnalysis
Undefined function or variable 'Kruger'.

Error in KrugerPDOPAnalysis (line 21)
arr = Kruger;
 
21  arr = Kruger;
K>> tst_dbp2
dbstack
> In tst_dbp2 (line 6)
dbquit
dbnext
Undefined function or variable 'dbnext'.



On Tue, Jul 23, 2019 at 10:13 AM Rik <address@hidden> wrote:
I'm looking for a little help from someone who has access to Matlab.

Could you run the attached script, tst_dbp2?

It will stop at line 6.  What is the prompt at that point?  Is it
"keyboard>" or "debug>" or something else?

Next type "tst_dbp2" which will stop again at the keyboard statement in
line 6.  What is the prompt now?

Type "dbstack".  What does it return?

Type "dbquit" and then "dbnext".  You should be at line 8 now.  What is the
prompt?

Thanks,
Rik

reply via email to

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