Azzera filtri
Azzera filtri

Error in Updating the text file

1 visualizzazione (ultimi 30 giorni)
Santosh Gnanasekaran
Santosh Gnanasekaran il 26 Dic 2017
Commentato: Walter Roberson il 26 Dic 2017
IntString2 = sprintf('<FileName>',cFile(i).name,'</FileName>')
and i get the below error message
"Subscript indices must either be real positive integers or logicals."
Would be great on any suggestions

Risposta accettata

Birdman
Birdman il 26 Dic 2017
Probably i starts from 0, it should start from 1 and it should be integer at any circumstances. This happens probably in a for loop. Please check it.
  1 Commento
Walter Roberson
Walter Roberson il 26 Dic 2017
Probably i was not assigned a value and has its default association with sqrt(-1)

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Entering Commands in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by