Why does the MAPCAPLOT function in the Bioinformatics Toolbox 1.1.1 (R14SP1) return an "Index exceeds matrix dimensions" error?

1 view (last 30 days)
When I execute the following code,
load filteredyeastdata
for i=1:34
for j=1:539
data(i,j)=rand;
end
end
mapcaplot(data,genes)
I receive the following error.
??? Index exceeds matrix dimensions.
Error in ==> mapcaplot>localInit at 99
str{n} = sprintf('Component # %d (%0.1f%%)',n,appdata.percent(n));
Error in ==> mapcaplot at 57
localInit(fig,varargin{:});

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 27 Jun 2009
This bug has been fixed in Release 14 Service Pack 3 (R14SP3). For previous product releases, read below for any possible workarounds:
This bug has been fixed in Bioinformatics Toolbox 2.0.1 (R14SP2). If you are using a previous version, there are no workarounds.

More Answers (0)

Categories

Find more on Genomics and Next Generation Sequencing 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!