Info
Cette question est clôturée. Rouvrir pour modifier ou répondre.
Hie, how can i solve this error, "Index exceeds matrix dimensions"
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
The code is as below;
repelem = {};
for ii = 1:numel(subset)
subsetLabels(ii) = repelem((subset(ii).Description),subset(ii).Count,1);
end
Then the error is;
Index exceeds matrix dimensions.
Error in SignLive (line 19)
subsetLabels(ii) = repelem((subset(ii).Description),subset(ii).Count,1);
THANK YOU IN ADVANCE FOR YOUR UNWAVERING SUPPORT AND HELP.
5 commentaires
KSSV
le 16 Juin 2020
repelem is a inbuilt function.....you are not supposed to use like that. What version you are using?
Cette question est clôturée.
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!