help-octave
[Top][All Lists]
Advanced

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

Parsing error when use hold on function with imagesc or image functions.


From: crfalc
Subject: Parsing error when use hold on function with imagesc or image functions.
Date: Tue, 15 Mar 2016 12:15:17 -0700 (PDT)

Hi, my friends.

clf;
colormap ('default');
hold on;
imagesc (1 ./ hilb (2));
imagesc (1 ./ hilb (4));
imagesc (1 ./ hilb (8));
hold off;

When I use the function "hold on" and call to three imagesc functions or
image or imshow Octave reports a bug:

multiplot> plot "-" binary array=4x4 scan=yx origin=(1,1) dx=1 dy=1 using 1
title "" with image , "-" binary array=8x8 scan=yx origin=(1,1) dx=1 dy=1
using 1 title "" with image; , "-" binary array=16x16 scan=yx origin=(1,1)
dx=1 dy=1 using 1 title "" with image; ;

line 6: invalid command

This occurs when using Octave installed on a terminal. In Octave with IDE
does not occur.

Someone can help . . .

Thank you.



--
View this message in context: 
http://octave.1599824.n4.nabble.com/Parsing-error-when-use-hold-on-function-with-imagesc-or-image-functions-tp4675526.html
Sent from the Octave - General mailing list archive at Nabble.com.



reply via email to

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