Clear Filters
Clear Filters

i have to export list of data of approx 5000 rows and i have to always start from first cell of excel sheet how to do this?

3 views (last 30 days)
data=[l b h prameters]
dlmwrite('input.csv',data,'-append','delimiter',',')
the issue is whenever i am executing everytime it is leaving 3 or 4 rows and then data is getting printed
  4 Comments
Mathieu NOE
Mathieu NOE on 22 Apr 2022
hello
do I understand right :
data=[l b h prameters]
has 5000 columns and you have multiple iterations (for loop) so at the end you should have n*5000 columns of data in your excel sheet ?
do you have always the same amount of rows or is it changing during the for loop iteration ?
all the best

Sign in to comment.

Answers (0)

Community Treasure Hunt

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

Start Hunting!