help-octave
[Top][All Lists]
Advanced

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

Odd plot behavior in functions in Octave 2.9.12


From: John W. Eaton
Subject: Odd plot behavior in functions in Octave 2.9.12
Date: Thu, 14 Jun 2007 01:23:37 -0400

On  6-Jun-2007, Joshua Redstone wrote:

| Hi,
| I'm running Octave 2.9.12 on an Ubuntu box.
| The follow Octave script:
| 
| 1;
| function [] = dummy()
|   x = 0 : 0.1 : 1;
|   plot(x, x);
| endfunction
| 
| dummy();
| print("-Pjimmy");
| pause;
| 
| Displays a plot, but errors in the print command with:
| 
| error: octave_char_matrix_str::valid_as_scalar_index(): not implemented
| error: near line 8 of file `/tmp/test.m'

I can't reproduce this problem.

jwe


reply via email to

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