Effacer les filtres
Effacer les filtres

Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

Index exceeds matrix dimensions.AGAIN

1 vue (au cours des 30 derniers jours)
Light
Light le 8 Juin 2013
Clôturé : MATLAB Answer Bot le 20 Août 2021
FAILED AGAIN ;-(((( Accepted wrong one
dU(35)=55;
f = figure('Position',[10 10 600 600]);
dat = {-1,1,1;0,-1,0;0,0,-1;1,0,0};
cnames = {'18','29','51'};
rnames = {'12','26','35','44'};
t = uitable('Parent',f,'Data',dat,'ColumnName',cnames,...
'RowName',rnames,'Position',[10 10 590 590]);
blnA = logical( A == -1 );
blnOut = find(any(A == -1,2));
maxValue = max(negcolumn)
index = rnames{maxValue}
dU(tzan)
maxValue =
3
index =
35
Index exceeds matrix dimensions.
Please give me easy way...
Help, Help, Help It is my last question?
  6 commentaires
Image Analyst
Image Analyst le 8 Juin 2013
No one even knows what you want to do. The code is so bad that we can't even figure it out. Please explain, in words, what you want to do with the cnames and rnames and the table. It seems like you're looking for -1's but I don't know what you want to do if you find them.
Azzi Abdelmalek
Azzi Abdelmalek le 8 Juin 2013
Light, can you enlighten us by making your question breve and clear, or maybe you need to learn basics of Matlab

Réponses (0)

Cette question est clôturée.

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by