Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

updating xlswrite column for each iterartion

4 visualizaciones (últimos 30 días)
Zarish Anwar
Zarish Anwar el 29 de Nov. de 2019
Cerrada: MATLAB Answer Bot el 20 de Ag. de 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);

Respuestas (0)

La pregunta está cerrada.

Community Treasure Hunt

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

Start Hunting!

Translated by