Passing values from an excel file to another using matlab

1 vue (au cours des 30 derniers jours)
Konstantinos
Konstantinos le 5 Nov 2015
Commenté : Konstantinos le 5 Nov 2015
I have a matrix in excel with negative values. I want to create a new matrix in an excel file with the absolute values of the previews one. Can anyone share with me the matlab code in order to accomplish this ? Any help could be useful.Thanks in advance.

Réponse acceptée

Guillaume
Guillaume le 5 Nov 2015
writetable(varfun(@abs, readtable('inputfile.xlsx')), 'outputfile.xlsx')
may do what you want.
  5 commentaires
Image Analyst
Image Analyst le 5 Nov 2015
What version do you have? I think readtable() came with R2013b or so. Can you attach your workbook?
Konstantinos
Konstantinos le 5 Nov 2015
Thanks a lot! I was unaware of the existance of these two functions! I have R2013b edition. I will try this command and I will inform you if need be..

Connectez-vous pour commenter.

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by