Azzera filtri
Azzera filtri

Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

index must be a positive integer or logical

2 visualizzazioni (ultimi 30 giorni)
Shahd Ewawi
Shahd Ewawi il 5 Apr 2013
Chiuso: MATLAB Answer Bot il 20 Ago 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 ??

Risposte (1)

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

Questa domanda è chiusa.

Community Treasure Hunt

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

Start Hunting!

Translated by