merci de ta réponse.
j'ai regardé au préalable la FAQ, si je reprends le même code j'ai ce message :
1 2 3 4 5 6 7 8
| >> Texte = {'Ecriture de' 'Chaines de caractères';'Dans un fichier Excel' , 'Avec MATLAB' }
Texte =
'Ecriture de' 'Chaines de caractères'
'Dans un fichier Excel' 'Avec MATLAB'
>> xlswrite('monFichier.xls',Texte) |
Warning: Could not start Excel server for export.
XLSWRITE will attempt to write file in CSV format.
> In xlswrite at 166
??? Error using ==> xlswrite at 181
An error occurred on data export in CSV format.
Caused by:
Error using ==> dlmwrite at 113
The input cell array cannot be converted to a matrix.
donc je pense qu'il faut activer la fonction server de Excel???
PS :
Partager