[15815] in Athena Bugs
Your OLC question about "matlab"
daemon@ATHENA.MIT.EDU (napoli@MIT.EDU)
Mon Mar 2 13:32:42 1998
From: <napoli@MIT.EDU>
Date: Mon, 2 Mar 1998 13:32:38 -0500
To: "Nichols A Romero" <naromero@MIT.EDU>
Cc: bugs@MIT.EDU
--------
Hi, in olc you asked,
>> Why is it that none of the styled commands (e.g. sxlabel, stext) are function-
>> ing in Matlab 5.1? They work just fine in Matlab 4.2
It looks like the stylized text commands are not completely compatible
with v5.1. If you can live without colored text, you can copy the files
/mit/matlab_v5.1/distrib/toolbox/contrib/graphics/stext.m
/mit/matlab_v5.1/distrib/toolbox/contrib/graphics/stfmlat1.mat
to your home directory. Then edit line number 167 in stext.m from:
set(anchor,'Rotation',0,'Visible','off','Color','i')
to:
set(anchor,'Rotation',0,'Visible','off')
The stext commands will now generate a lot of warnings, but they
appear to work (without color).
If you have further questions, please use the 'send' command in
olc. Otherwise, mark the queston 'done'.
I hope this helps,
Joshua Napoli
Athena Consultant