Effacer les filtres
Effacer les filtres

Info

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

index must be a positive integer or logical

2 vues (au cours des 30 derniers jours)
Shahd Ewawi
Shahd Ewawi le 5 Avr 2013
Clôturé : MATLAB Answer Bot le 20 Août 2021
Attempted to access Connected(0,936); index must be a positive integer or logical.
Error in ==> coc at 36 cc=Connected(i-1,j);
anyone knows how to solve this ??

Réponses (1)

Azzi Abdelmalek
Azzi Abdelmalek le 5 Avr 2013
You can not use 0 as index, it must be 1,2,3,... or logical(1) and logical(0)
  3 commentaires
Azzi Abdelmalek
Azzi Abdelmalek le 5 Avr 2013
Modifié(e) : Azzi Abdelmalek le 5 Avr 2013
cc=Connected(i-1,j)
If i start from 1 then i-1 start from 0
Shahd Ewawi
Shahd Ewawi le 5 Avr 2013
Modifié(e) : Shahd Ewawi le 5 Avr 2013
thanks for your help

Cette question est clôturée.

Community Treasure Hunt

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

Start Hunting!

Translated by