help-octave
[Top][All Lists]
Advanced

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

Re: C++ API to Octave


From: Ted Harding
Subject: Re: C++ API to Octave
Date: Fri, 5 Jul 1996 00:39:04 +0100 (GMT+0100)

( Re Message From: Jeppe Sigbrandt )
> 
> Hi World,
> 
> Is there any reason why including a plot 
> in executable shouldn't work ?
> 
> Regards,
> jay
> 
> --------
> 
> #! /usr/local/bin/octave -qf
> # a sample Octave program
> printf ("Octave wants to say: Hello, world!\n");
> load /Your_Path_Here2/y.mat
> plot(y)

It /does/ plot -- for about 0.01 sec; if you blink you'll miss it.
Try following the "plot(y)" with

        for i=1:100000, x=1; endfor

and you'll have time to enjoy it.

Ted.                                    (address@hidden)

reply via email to

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