Results 2 issues of tims

Hi Gutza, Is there an example around handling structures returned from Octave? for example, function x = fn() x.a = 1; x.b = [1, 2; 3, 4]; x.c = "string";...

Hi, I am running a vagrant box. the following works fine: nohup octave-daemon -d -c /etc/octave-daemon.conf& from the quick start examples, the following works great in /var/www/html/test.php without even starting...