help-octave
[Top][All Lists]
Advanced

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

Re: How to plot the sum of two vectors


From: Michael Goffioul
Subject: Re: How to plot the sum of two vectors
Date: Mon, 7 Apr 2008 08:27:47 +0200

It seems gnuplot is not installed on your system. Gnuplot is used to
do plotting stuffs. Install gnuplot and try again.

Note also that you're using version 2.9.12 of octave, which is rather
outdated. The current stable version is 3.0.0. You should consider
upgrading your system.

Bye,
Michael.


On Sun, Apr 6, 2008 at 10:43 PM, Nano Taboada <address@hidden> wrote:
> Hello everybody,
>
>      I'm totally new to Octave and with the help of some online docs I
>  was trying to plot the following:
>
>  octave:1> clear
>  octave:2> z1 = 2+i;
>  octave:3> z2 = 1+i;
>  octave:4> z3 = z1+z2;
>  octave:5> plot(z3)
>
>      but received these error messages:
>
>  sh: gnuplot: not found
>  warning: broken pipe -- some output may be lost
>  sh: gnuplot: not found
>  error: Version numbers must be a single row
>  error: evaluating if command near line 73, column 3
>  error: called from `compare_versions' in file
>  `/usr/share/octave/2.9.12/m/miscellaneous/compare_versions.m'
>  error: evaluating static command near line 35, column 5
>  error: evaluating if command near line 29, column 3
>  error: called from `__go_draw_axes__' in file
>  `/usr/share/octave/2.9.12/m/plot/__go_draw_axes__.m'
>  error: evaluating switch command near line 57, column 4
>  error: evaluating for command near line 55, column 2
>  error: evaluating if command near line 37, column 7
>  error: evaluating if command near line 30, column 5
>  error: evaluating if command near line 29, column 3
>  error: called from `__go_draw_figure__' in file
>  `/usr/share/octave/2.9.12/m/plot/__go_draw_figure__.m'
>  error: evaluating if command near line 61, column 6
>  error: evaluating if command near line 58, column 4
>  error: evaluating if command near line 56, column 2
>  error: evaluating for command near line 55, column 7
>  error: evaluating if command near line 38, column 5
>  error: called from `drawnow' in file
>  `/usr/share/octave/2.9.12/m/plot/drawnow.m'
>
>
>      I'd really appreciate if someone could help me out, thanks much in
>  advance!
>  _______________________________________________
>  Help-octave mailing list
>  address@hidden
>  https://www.cae.wisc.edu/mailman/listinfo/help-octave
>


reply via email to

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