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

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

[Octave-bug-tracker] [bug #49576] ** On entry to ZLASCL parameter number


From: anonymous
Subject: [Octave-bug-tracker] [bug #49576] ** On entry to ZLASCL parameter number 4 had an illegal value
Date: Sat, 17 Dec 2016 20:34:40 -0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:49.0) Gecko/20100101 Firefox/49.0

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

                 Summary:  ** On entry to ZLASCL parameter number  4 had an
illegal value
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Fri 11 Nov 2016 03:15:20 AM UTC
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: SFU
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.0.0
        Operating System: GNU/Linux

    _______________________________________________________

Details:

I do homework, and I find error:
 ** On entry to ZLASCL parameter number  4 had an illegal value
error: func541: exception encountered in Fortran subroutine zgelsd_
error: called from
    func541 at line 74 column 8
    No541 at line 82 column 5
error: evaluating argument list element number 2
error: called from
    No541 at line 82 column 5

where

line 73   |function Fx = func541(X)
line 74   |    Fx = ((X / (log10(X - 1).^4)) - 3) ;
line 75   |end

line 81   |     X = -10:0.001:10 ;
line 82   |     plot(X,func541(X))

(It's in No541.m)
I don't now, where mistackes, maybe my code have mistackes.



double octave dropped without an error message.
(This was done no51.m program)


$ uname -a
Linux victor-Aspire-4520 4.4.0-45-generic #66-Ubuntu SMP Wed Oct 19 14:12:37
UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
(LM 18 mate)

GNU Octave, version 4.0.0
Copyright (C) 2015 John W. Eaton and others.
This is free software; see the source code for copying conditions.
There is ABSOLUTELY NO WARRANTY; not even for MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE.  For details, type 'warranty'.

Octave was configured for "x86_64-pc-linux-gnu".



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Fri 11 Nov 2016 03:15:20 AM UTC  Name: No51.m  Size: 7kB   By: None

<http://savannah.gnu.org/bugs/download.php?file_id=38933>
-------------------------------------------------------
Date: Fri 11 Nov 2016 03:15:20 AM UTC  Name: No541.m  Size: 4kB   By: None

<http://savannah.gnu.org/bugs/download.php?file_id=38934>

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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