|
From: | anonymous |
Subject: | [Octave-patch-tracker] [patch #10107] Implement mink and maxk |
Date: | Thu, 9 Sep 2021 16:28:36 -0400 (EDT) |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:92.0) Gecko/20100101 Firefox/92.0 |
URL: <https://savannah.gnu.org/patch/?10107> Summary: Implement mink and maxk Project: GNU Octave Submitted by: None Submitted on: Thu 09 Sep 2021 08:28:34 PM UTC Category: Core : new function Priority: 5 - Normal Status: None Privacy: Public Assigned to: None Originator Email: matildetozzi@gmail.com Open/Closed: Open Discussion Lock: Any _______________________________________________________ Details: I wanted to use the mink function like in Matlab and found out that it doesn't exist in Octave yet, so I wrote it myself. mink/maxk finds the k smallest/largest numbers of an array/matrix. At the moment they work with numeric arrays and 2D matrices. _______________________________________________________ File Attachments: ------------------------------------------------------- Date: Thu 09 Sep 2021 08:28:34 PM UTC Name: mink.m Size: 1KiB By: None <http://savannah.gnu.org/patch/download.php?file_id=51886> ------------------------------------------------------- Date: Thu 09 Sep 2021 08:28:34 PM UTC Name: maxk.m Size: 1KiB By: None <http://savannah.gnu.org/patch/download.php?file_id=51887> _______________________________________________________ Reply to this item at: <https://savannah.gnu.org/patch/?10107> _______________________________________________ Message sent via Savannah https://savannah.gnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |