← Back to team overview

openjdk team mailing list archive

[Bug 421016] [NEW] sclilab 5.1 craches when using graypolarplot

 

Public bug reported:

I tried to run the following in scilab 5.1 
rbcmap=[[linspace(255,0,256)'; zeros(256,1)] zeros(512,1) [ zeros(256,1); linspace(0,255,256)']];
rho=1:0.1:4;theta=(0:0.02:1)*2*%pi;
z512=rand(51,31)*512;
f=gcf();
f.color_map=rbcmap;
clf();graypolarplot(theta,rho,z512)

After several seconds resulting in an error. I attached the file
mentioned in the error output

David

** Affects: openjdk-6 (Ubuntu)
     Importance: Undecided
         Status: New

-- 
sclilab 5.1 craches when using graypolarplot
https://bugs.launchpad.net/bugs/421016
You received this bug notification because you are a member of OpenJDK,
which is subscribed to openjdk-6 in ubuntu.

Status in “openjdk-6” package in Ubuntu: New

Bug description:
I tried to run the following in scilab 5.1 
rbcmap=[[linspace(255,0,256)'; zeros(256,1)] zeros(512,1) [ zeros(256,1); linspace(0,255,256)']];
rho=1:0.1:4;theta=(0:0.02:1)*2*%pi;
z512=rand(51,31)*512;
f=gcf();
f.color_map=rbcmap;
clf();graypolarplot(theta,rho,z512)

After several seconds resulting in an error. I attached the file mentioned in the error output

David



Follow ups

References