Azzera filtri
Azzera filtri

Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

updating xlswrite column for each iterartion

4 visualizzazioni (ultimi 30 giorni)
Zarish Anwar
Zarish Anwar il 29 Nov 2019
Chiuso: MATLAB Answer Bot il 20 Ago 2021
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);

Risposte (0)

Questa domanda è chiusa.

Community Treasure Hunt

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

Start Hunting!

Translated by