Values of V and abm

Ben Abbott bpabbott at mac.com
Tue Jun 10 06:19:31 CDT 2008


On Jun 10, 2008, at 2:17 AM, asha g wrote:

>
> When I run it as -f cabunbact2oct.m I get the following error:
>
> octave:2> -f cabunbact2oct.m
> parse error:
>
>  syntax error
>
>>>> -f cabunbact2oct.m
>  without the .m at the end:                 ^
> octave:2> -f cabunbact2oct
> parse error:
>
>  syntax error
>
>>>> -f cabunbact2oct
>                   ^
>
> Maybe I am writing something wrong.
> Thanks
> AG

The point is moot, but I expect what was intended was to run octave  
using the "-f" option.

	$ octave -f

and then just run your script

	octave:1> cabunbact2oct

Ben


More information about the Help-octave mailing list