|
From: | anonymous |
Subject: | [Octave-patch-tracker] [patch #9229] check for data files ending with .txt in find_file_to_load(...) |
Date: | Sun, 22 Jan 2017 16:15:10 +0000 (UTC) |
User-agent: | Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/55.0.2883.87 Chrome/55.0.2883.87 Safari/537.36 |
URL: <http://savannah.gnu.org/patch/?9229> Summary: check for data files ending with .txt in find_file_to_load(...) Project: GNU Octave Submitted by: None Submitted on: Sun 22 Jan 2017 04:15:09 PM UTC Category: Core : other Priority: 5 - Normal Status: None Privacy: Public Assigned to: None Originator Email: Open/Closed: Open Discussion Lock: Any _______________________________________________________ Details: The following code loads the fisheriris data set in Matlab: <code>load fisheris</code> But it doesn't work in Octave with the statistics package. This is because the data in this package is stored in a .txt file in Octave's txt format. This patch will make the search check .txt files as well as .mat and bare (no extension) files. _______________________________________________________ File Attachments: ------------------------------------------------------- Date: Sun 22 Jan 2017 04:15:09 PM UTC Name: searchdatatxt.patch Size: 2kB By: None <http://savannah.gnu.org/patch/download.php?file_id=39529> _______________________________________________________ Reply to this item at: <http://savannah.gnu.org/patch/?9229> _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |