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

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

[Octave-bug-tracker] [bug #47818] Octave


From: Ezequiel Gaona
Subject: [Octave-bug-tracker] [bug #47818] Octave
Date: Sun, 01 May 2016 19:05:11 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36

Follow-up Comment #2, bug #47818 (project octave):

A workaround that works:

addpath("C:example) 
fid = fopen ("C:examplefoo.m", "wt"); 
fputs (fid, "function foo ()n disp ("This is function foo.");nendfunctionn");

fclose (fid);
addpath("C:example) 
fn = str2func ("foo"); 
fn () 

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?47818>

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




reply via email to

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