[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Updating new functions saved on network drive
From: |
holtze |
Subject: |
Updating new functions saved on network drive |
Date: |
Fri, 5 Dec 2014 05:22:41 -0800 (PST) |
When I create a new function or script at my network drive, I need to reboot
Octave before I can run it. How can I run it immediately?
1) create new file myScript.m at the mapped network drive x:\myOctaveFolder
x = 5
2) F5 --> error: 'myScript' undefined near line 1 column 1
3) rehash
4) clear all
5) ls --> myScript.m appears in the file list
6) F5 --> error: 'myScript' undefined near line 1 column 1
7) when I reboot Octave, the script will run without any issues.
NB - If I create scripts or functions directly at my local c-drive, it runs
straight away.
The mapped x-drive relates to a shared folder of a Synology disk station. I
have had no other issues using the x-drive in any other software.
--
View this message in context:
http://octave.1599824.n4.nabble.com/Updating-new-functions-saved-on-network-drive-tp4667697.html
Sent from the Octave - General mailing list archive at Nabble.com.
- Updating new functions saved on network drive,
holtze <=