[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: plot from m-file doesn`t work
From: |
Carlo de Falco |
Subject: |
Re: plot from m-file doesn`t work |
Date: |
Tue, 7 Jul 2009 13:39:47 +0200 |
On 7 Jul 2009, at 12:22, address@hidden wrote:
Hi, I`m runing octave-3.2.0 and G N U P L O T Version 4.2
patchlevel 4 on Ubuntu 9.04. When i call plot directly from octave,
new window with ploted points apears, but when i put the same into m-
file and run octave from shell:
octave /home/pavel/nyty.m
probably the plot is just disappearing too fast for you to see it,
try adding the "persist" option on the command line:
octave --persist /home/pavel/nyty.m
My program works well, but window with plot doesn`t appear. Had
anyone same trouble?
Thanks
Pavel Schor
address@hidden