Why am I unable to use the SEGLOGO, SEQSHOWWORDS, SEQSHOWORFS, and SHOWALIGNMENT functions in the Bioinformatics Toolbox 2.0 (R14SP1) on MacOS?

5 views (last 30 days)
I am unable to see the results of the SEQLOGO, SEQSHOWWORDS, SEQSHOWORFS, and SHOWALIGNMENT functions in the Bioinformatics Toolbox 2.0 (R14SP1) on MacOS.

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 27 Jun 2009
In Bioinformatics Toolbox 2.0 (R14SP1), the functions SEQLOGO, SEQSHOWWORDS, SEQSHOWORFS, and SHOWALIGNMENT use Java based figures. Currently on MacOS, Java figures are not enabled by default. If you use these functions on MacOS, you should start MATLAB with the "-useJavaFigures" flag as follows:
matlab -useJavaFigures
You can also turn Java figures on after starting MATLAB by issuing the following command at the MATLAB prompt:
feature('JavaFigures','On');

More Answers (0)

Categories

Find more on Bioinformatics Toolbox in Help Center and File Exchange

Products


Release

R14SP1

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!