Effacer les filtres
Effacer les filtres

When a safe a csv file I can not see numbers instead symbols

1 vue (au cours des 30 derniers jours)
DulceEien
DulceEien le 24 Juil 2021
Réponse apportée : Chunru le 24 Juil 2021
Hello,
I'm doing some multiplication that s the reson I'm saving the file again as csv file, but when I open it, I can see the results, instead symbols. Do you know what is wrong?
clear all
clc
addpath('Function')
[beamcracks] = importfile('Data\beamcracks.csv', 2, 12);
[beamcracks] = extentscore(beamcracks);
tabla = beamcracks(:,:);
writetable(tabla,'condition.csv')
save ('condition.csv', 'tabla')
in the variables look fine but in the csv file no

Réponse acceptée

Chunru
Chunru le 24 Juil 2021
remove the last line: save ('condition.csv', 'tabla'). You have already generate the .csv file in previous line.

Plus de réponses (0)

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by