close Warning: Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.

Opened 19 years ago

Closed 19 years ago

#339 closed defect (fixed)

Problem matrix graphic

Reported by: jcolombo Owned by: rcsoto
Priority: normal Milestone:
Component: Graphics Version: head
Severity: normal Keywords:
Cc:

Description

I have a problem upon trying do a graphic of a matrix. See the code

Serie x1 = SubSer(Gaussian(5,2, Diario),y2001m01d01,y2004m01d01);
Serie x2 = SubSer(Gaussian(10,3, Diario),y2001m01d01,y2004m01d01);
Serie y1 = Exp(x1);
Serie y2 = Exp(x2);
Serie z = y1 -y2;
Matrix FreqZ = SerFrequency(z,100);

I choose the option make a graphic of the matrix "FreZ" and I opt for: "column 1
(X:0 Y:1)". After a time appears a message of error of the system.

Change History (2)

comment:1 Changed 19 years ago by rcsoto

Status: newassigned

Sorry.
We will watch is error immediately.

comment:2 Changed 19 years ago by rcsoto

Resolution: fixed
Status: assignedclosed

A problem when working with numbers existed whose difference is very great
(between the maximum and the minimum).
We with a significant rank have been solved having left.

Note: See TracTickets for help on using tickets.