Error in Updating the text file
1 view (last 30 days)
Show older comments
Santosh Gnanasekaran
on 26 Dec 2017
Commented: Walter Roberson
on 26 Dec 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
0 Comments
Accepted Answer
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
on 26 Dec 2017
Probably i was not assigned a value and has its default association with sqrt(-1)
More Answers (0)
See Also
Categories
Find more on Environment and Settings 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!