[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Is it possible to drag-n-drop data into Octave workspace?
From: |
Per |
Subject: |
Re: Is it possible to drag-n-drop data into Octave workspace? |
Date: |
Wed, 22 Feb 2017 01:36:56 -0800 (PST) |
Thank you guys for your help. The key for me was the correct activation of
the io and windows packages,>> pkg load io windows. Allthough no drag-n-drop
I can now fairly easy execute these lines and load the data.
Distance=xlsread('A.xlsx','Sheet1','A4:A2103');
Tension=xlsread('A.xlsx','Sheet1','B4:B2103');
Thanks again.
--
View this message in context:
http://octave.1599824.n4.nabble.com/Is-it-possible-to-drag-n-drop-data-into-Octave-workspace-tp4681955p4681984.html
Sent from the Octave - General mailing list archive at Nabble.com.
Re: Is it possible to drag-n-drop data into Octave workspace?, Tatsuro MATSUOKA, 2017/02/22
- Re: Is it possible to drag-n-drop data into Octave workspace?,
Per <=