[13459] in Athena Bugs
rsaix 7.7K: matlab
daemon@ATHENA.MIT.EDU (Tanmaya Bhatnagar)
Mon May 1 19:28:35 1995
To: bugs@MIT.EDU
Date: Mon, 01 May 1995 19:28:27 EDT
From: Tanmaya Bhatnagar <gunjan@MIT.EDU>
System name: m16-034-12
Type and version: POWER 7.7K
Display type: POWER_Gt1
I contacted mathworks (makers of matlab) and they sent the
following thing which some administrative types should look at.
Date: Mon, 24 Apr 1995 13:02:50 -0400
Message-Id: <199504241702.NAA10052@iguana.mathworks.com>
To: gunjan@MIT.EDU
From: Kristopher_Giesing@mathworks.com
Subject: 77280 RE:
Technical Support Reference Number: 77280
In response to your posting of Friday, 4/21/95:
The error message "Programmer error: destroying a gotten color" is an
internal error message. Users should not see this error message
unless there is a problem with one of The MathWorks' supplied
functions.
We have seen this problem before because of a bug in the M-file blt.m.
This file is located in $MATLAB/toolbox/matlab/graphics. The blt
function is called to transfer from color to black and white; the
problem has occurred when printing a figure which was rendered in
color (specifically, surface plots). The bug appeared in MATLAB 4.0,
and is fixed in MATLAB 4.2c (the current version).
Here is how to fix the bug, if necessary:
Find line 151 in blt.m. It should say
old_colors(1,:) = [];
There is an "end" statement right after that line.
Move
old_colors(1,:) = [];
to *after* the "end" statement.
You may have to contact your system administrator to make this change.
If this change does not fix your problem, or if this description does
not fit your situation, then we need to investigate the problem
further. If you can reproduce the same behavior, please send me the
following information so that I may further investigate this problem:
1) output of the "ver" command in MATLAB
2) platform and operating system where you're running MATLAB
3) the exact steps you take that causes the problem, so that I can try
to reproduce the problem here at my site
If you have further questions regarding this issue, please be sure to
mention the above Technical Support Reference number in your email
response to me.
Sincerely,
Kris Giesing
Technical Support Engineer
-------------------------------------------------------------------
Before contacting Technical Support, please check our Technical Notes
and FAQ (Frequently Asked Questions) that are now available 24 hours a
day, 7 days a week, via the following systems:
TechFacts - To use TechFacts, our fax response system, call
(508) 653-5040 from your touch tone phone. Follow the
voice prompts and enter the fax number where you want
TechFacts to send the documents that you requested.
FTP - Anonymous FTP site: ftp.mathworks.com (144.212.100.10)
Technical Notes: /pub/tech-support/tech-notes
FAQ: /pub/doc/faq.
User contributed M-files: /pub/contrib.
WWW - Our World Wide Web home page is http://www.mathworks.com.
-------------------------------------------------------------------
The MathWorks, Inc. Phone: 508-653-1415
24 Prime Park Way FAX: 508-653-2997
Natick, MA 01760 TechFacts: 508-653-5040
Email: support@mathworks.com Technical support
bugs@mathworks.com Bug reports
doc@mathworks.com Documentation error reports
suggest@mathworks.com Product enhancement suggestions
service@mathworks.com Order status, renewals, passcodes
subscribe@mathworks.com Subscribing User registration
info@mathworks.com Sales, pricing, and general info
courses@mathworks.com Training and short courses
-------------------------------------------------------------------
-- end of forwarded message --
Let me know if I can be of further assistance.
- Tanmaya