Info

此问题已关闭。 请重新打开它进行编辑或回答。

updating xlswrite column for each iterartion

4 次查看(过去 30 天)
I'm trying to save .mat file data in xlswrite file. My first column have been updated. Now for second .mat file data should be in 2nd column of xls file. Below is my code
fid = fopen(fullfile(rt_data_dir, subname, [fname, '.mat']));
values = fread(fid);
xlswrite('FileName1.xlsx', values);
fclose(fid);

回答(0 个)

此问题已关闭。

Community Treasure Hunt

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

Start Hunting!

Translated by