db1274 | 1 May 2010 19:47
Favicon

bug running ARNASA m files

Dear Sir,

I downloaded and tried to run  an application called "ARMASA", free from 
Matlab_Central.  This application was developed by Dr. Piet Broersen.  It is a
timeseries/signal processing application and has been around and running in
Matlab for a long time.  I encountered several things that I consider bugs:

1. Octave does not reconize the variable ASAcontrol as a data structure.  Why not?

2. Octave will not process compound .m file statements such as 
if ..... & ......
  .....
  .....
end

3. Octave does not process multiple .m file  statements on the same line such as
.....;         ........;  ......;

ARMASA is a very sophiscated application and is very well written in my opinion.
I think the ARMASA is a very good benchmark to test how compatible Octave
is with Matlab .m files.

Will you download ARMASA and try to run it with Octave?   Then you can see
the errors that I am talking about.  I would be very blessed to be able to run
this application using Octave.  Matlab is too expensive.  I know that I have a
personal interest here but I say again that ARMASA is a good bencematk to
see how well Octave peocesses Matlab .m files.

I am Octave using version 3.2.4

(Continue reading)

Judd Storrs | 2 May 2010 06:57
Picon

Re: bug running ARNASA m files

This mailing list is obsolete. Please submit bugs to the octave
bugtracker following the instructions here:

http://www.gnu.org/software/octave/bugs.html

--judd
anonymous | 2 May 2010 13:51
Picon

[bug #29744] DIR returns datenum with 1 month offset

Please use the bug tracker to post updates to a bug report.  The mailing list is intended as a read-only
notification stream.  Info posted to this mailing list address won't appear in the tracker database where
it is most useful.

URL:
  <http://savannah.gnu.org/bugs/?29744>

                 Summary: DIR returns datenum with 1 month offset
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Sun 02 May 2010 11:51:41 AM UTC
                Category: Interpreter
                Severity: 3 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: Peter van den Biggelaar
        Originator Email: peter@...
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.2.3
        Operating System: GNU/Linux

    _______________________________________________________

Details:

the `dir` command returns the date of a file as datenum.
This is determined using the library function `localtime`. This library
function returns the month in the range from 0 to 11. Next localtime is
(Continue reading)

anonymous | 2 May 2010 14:01
Picon

[bug #29745] close does not allow empty variable

Please use the bug tracker to post updates to a bug report.  The mailing list is intended as a read-only
notification stream.  Info posted to this mailing list address won't appear in the tracker database where
it is most useful.

URL:
  <http://savannah.gnu.org/bugs/?29745>

                 Summary: close does not allow empty variable
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Sun 02 May 2010 12:01:32 PM UTC
                Category: Interpreter
                Severity: 3 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: Peter van den Biggelaar
        Originator Email: peter@...
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.2.3
        Operating System: GNU/Linux

    _______________________________________________________

Details:

octave:73> close([])
error: close: expecting argument to be "all" or a figure handle

(Continue reading)

anonymous | 2 May 2010 14:36
Picon

[bug #29744] DIR returns datenum with 1 month offset

Please use the bug tracker to post updates to a bug report.  The mailing list is intended as a read-only
notification stream.  Info posted to this mailing list address won't appear in the tracker database where
it is most useful.

Follow-up Comment #1, bug #29744 (project octave):

You can see how it is done correctly in the function `clock.m`

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?29744>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/

Ben Abbott | 2 May 2010 16:15
Picon

[bug #29745] close does not allow empty variable

Please use the bug tracker to post updates to a bug report.  The mailing list is intended as a read-only
notification stream.  Info posted to this mailing list address won't appear in the tracker database where
it is most useful.

Update of bug #29745 (project octave):

             Assigned to:                    None => bpabbott               

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?29745>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/

Ben Abbott | 2 May 2010 16:23
Picon

[bug #29745] close does not allow empty variable

Please use the bug tracker to post updates to a bug report.  The mailing list is intended as a read-only
notification stream.  Info posted to this mailing list address won't appear in the tracker database where
it is most useful.

Update of bug #29745 (project octave):

                  Status:                    None => Patch Submitted        
                 Release:                   3.2.3 => dev                    

    _______________________________________________________

Follow-up Comment #1:

I tested and then pushed the Peter's change.

    http://hg.savannah.gnu.org/hgweb/octave/rev/6e1674216b99

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?29745>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/

Ben Abbott | 2 May 2010 16:30
Picon
Gravatar

Re: bug running ARNASA m files

On May 1, 2010, at 1:47 PM, db1274@... wrote:

> Dear Sir,
> 
> I downloaded and tried to run  an application called "ARMASA", free from 
> Matlab_Central.  This application was developed by Dr. Piet Broersen.  It is a
> timeseries/signal processing application and has been around and running in
> Matlab for a long time.  I encountered several things that I consider bugs:
> 
> 1. Octave does not reconize the variable ASAcontrol as a data structure.  Why not?
> 
> 2. Octave will not process compound .m file statements such as 
> if ..... & ......
>  .....
>  .....
> end
> 
> 3. Octave does not process multiple .m file  statements on the same line such as
> .....;         ........;  ......;
> 
> ARMASA is a very sophiscated application and is very well written in my opinion.
> I think the ARMASA is a very good benchmark to test how compatible Octave
> is with Matlab .m files.
> 
> Will you download ARMASA and try to run it with Octave?   Then you can see
> the errors that I am talking about.  I would be very blessed to be able to run
> this application using Octave.  Matlab is too expensive.  I know that I have a
> personal interest here but I say again that ARMASA is a good bencematk to
> see how well Octave peocesses Matlab .m files.
> 
(Continue reading)

atomhty | 3 May 2010 03:03
Picon

[bug #29747] errors encountered when "making" octave--"not declared in this scope"

Please use the bug tracker to post updates to a bug report.  The mailing list is intended as a read-only
notification stream.  Info posted to this mailing list address won't appear in the tracker database where
it is most useful.

URL:
  <http://savannah.gnu.org/bugs/?29747>

                 Summary: errors encountered when "making" octave--"not
declared in this scope"
                 Project: GNU Octave
            Submitted by: atomhty
            Submitted on: Mon 03 May 2010 01:03:18 AM GMT
                Category: None
                Severity: 3 - Normal
              Item Group: Installation
                  Status: None
             Assigned to: None
         Originator Name: htyatom
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.2.4
        Operating System: GNU/Linux

    _______________________________________________________

Details:

When i was installing octave,there came the following errors in the procedure
"make".
(Continue reading)

Rik | 3 May 2010 05:29
Picon

[bug #29745] close does not allow empty variable

Please use the bug tracker to post updates to a bug report.  The mailing list is intended as a read-only
notification stream.  Info posted to this mailing list address won't appear in the tracker database where
it is most useful.

Update of bug #29745 (project octave):

             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?29745>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/


Gmane