octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #31080] User scripts or functions created duri


From: Silvestre
Subject: [Octave-bug-tracker] [bug #31080] User scripts or functions created during a session on Windows are not found
Date: Thu, 28 Oct 2021 18:40:25 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.30

Follow-up Comment #40, bug #31080 (project octave):

I have created a simple script call probe.m to show the bug, I enclosed the
answer from the system. I'm using GUI Octave (6.3.0)


------------- I can see the file in the directory, using octave dir command 

>> dir
.                FUNCIONALIDADES  get_matrix.m     getmat.m         probe.m
..               SCRIPTS          getm.m           pm.m




------------ I can see the content of the file, using octave dos command with
command type 

>> dos("type probe.m")
AB=randn(2,3);
ans = 0



------------ I cannot see the content of the file if I use octave type
command

>> type probe.m
error: type: couldn't open '' for reading
error: called from
    type at line 92 column 9



----------  I cannot run the script from the OCTAVE prompt

>> probe
error: 'probe' undefined near line 1, column 1


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?31080>

_______________________________________________
  Mensaje enviado vía Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]