Last active
August 29, 2015 14:09
-
-
Save jopedroliveira/79d96b6b05f5e3c34de4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| array = [mat2cell(networkName),mat2cell(num2str(numberOfHydenLayers)),mat2cell(transferFunction),mat2cell(num2str(Delay)),mat2cell(num2str(sensitivity)),mat2cell(num2str(specificity)),mat2cell(num2str(accuracy))]; | |
| sucess = xlsappend('data.xlsx',array); | |
| %data.xlsx é o teu ficheiro. Ele vai adicionar à linha abaixo da ultima preenchida. | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment