Clear Filters
Clear Filters

Error in Updating the text file

1 view (last 30 days)
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

Accepted Answer

Birdman
Birdman on 26 Dec 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 Comment
Walter Roberson
Walter Roberson on 26 Dec 2017
Probably i was not assigned a value and has its default association with sqrt(-1)

Sign in to comment.

More Answers (0)

Categories

Find more on Entering Commands in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!