How can i write at specific location in excel using loop ? let say i want to write at C in ith index so what wil the correct code ? please its urgent

 Accepted Answer

you need a correct way to transform your numeric values to string. like this:
xlRange = ['C',num2str(i),':C',num2str(i)];
or modify to your liking

More Answers (0)

Categories

Community Treasure Hunt

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

Start Hunting!