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?

2 次查看(过去 30 天)
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 个评论
Mathieu NOE
Mathieu NOE 2022-4-22
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

请先登录,再进行评论。

回答(0 个)

标签

Community Treasure Hunt

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

Start Hunting!

Translated by