Posts by Amimaro • 11 points
1 post
-
1
votes1
answer5445
viewsA: Export a datamatrix from Matlab to excel
Hello Using Matlab R2015a you can use this command to save 2D arrays: xlswrite('NomeDoArquivoXLS', matriz); Some of your matrices have 3D. In this case the matrices can be saved in the same file…