Filter löschen
Filter löschen

Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

I wants to continuous log time in excel for each of my for loop in saperate rows?

1 Ansicht (letzte 30 Tage)
Nikhil Mitaliya
Nikhil Mitaliya am 29 Sep. 2018
Geschlossen: MATLAB Answer Bot am 20 Aug. 2021
I am using following command to get the timing parameter:
timeA = 0; for i = 1:10 timeA = datestr(now,'HH:MM:SS.FFF AM'); disp(timeA); xlswrite('C:\test1.xlsx', cellstr(timeA)); end In this for every values of i, I am able to display the date characters on MATLAB screen but this function only writes to Cell A1 everytime. Instead of this I want to have for each values of i it should jump to next row. i.e. if for i = 1 it should write value timing value in A1 cell of excel and after value of i = 2, it should move to cell A2 and write the timing parater.

Antworten (0)

Diese Frage ist geschlossen.

Community Treasure Hunt

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

Start Hunting!

Translated by