Opened 20 years ago
Closed 20 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 20 years ago by
| Status: | new → assigned |
|---|
comment:2 Changed 20 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
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.

Sorry.
We will watch is error immediately.