|
From: | anonymous |
Subject: | [Octave-bug-tracker] [bug #39872] function 'unimplemented' |
Date: | Mon, 26 Aug 2013 22:21:30 +0000 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/28.0.1500.71 Chrome/28.0.1500.71 Safari/537.36 |
URL: <http://savannah.gnu.org/bugs/?39872> Summary: function 'unimplemented' Project: GNU Octave Submitted by: None Submitted on: Mon 26 Aug 2013 10:21:29 PM UTC Category: Octave Function Severity: 3 - Normal Priority: 5 - Normal Item Group: Build Failure Status: None Assigned to: None Originator Name: Leonardo Originator Email: address@hidden Open/Closed: Open Discussion Lock: Any Release: 3.6.4 Operating System: GNU/Linux _______________________________________________________ Details: Some problem happens randomly as I use the max function. See the example bellow. octave:20> logL(:) ans = -7.7933e+06 -7.7779e+06 -7.7818e+06 -7.8050e+06 -7.7823e+06 -7.7780e+06 -7.8186e+06 -7.7903e+06 -7.7797e+06 octave:21> min(logL(:)) ans = -7.8186e+06 octave:22> max(logL(:)) error: feval: function 'unimplemented' not found octave:22> max([1 2 3 4]) error: feval: function 'unimplemented' not found _______________________________________________________ Reply to this item at: <http://savannah.gnu.org/bugs/?39872> _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |