writematrix: Invalid parameter name: WriteMode.

20 visualizaciones (últimos 30 días)
Erik Taurus
Erik Taurus el 22 de Abr. de 2020
Comentada: Sue-Jin Lin el 13 de Ag. de 2021
Matlab R2019b
For some reason this doesn't work for me.
I'm following the example here:
M2 = [5 10 15 20 25; 30 35 40 45 50];
writematrix(M2,'M.xls','WriteMode','append');
Result:
Error using writematrix (line 134)
Invalid parameter name: WriteMode.
Using the example with no extra parameters
writematrix(M2,'M.xls');
Works without problem
[Edit]
From the page: Introduced in R2019a

Respuesta aceptada

Adam Danz
Adam Danz el 22 de Abr. de 2020
WriteMode was not available in r2019a. Here's the documentation for writematrix r2019a.
  8 comentarios
Erik Taurus
Erik Taurus el 27 de Abr. de 2020
Thanks again ^^
Sue-Jin Lin
Sue-Jin Lin el 13 de Ag. de 2021
I had the same issue with WriteMode in the same version of Matlab. Then I created a table using mytable = table(mydata1, mydata2); and then used writetable(mytable,'myresults.txt') to save it.

Iniciar sesión para comentar.

Más respuestas (0)

Community Treasure Hunt

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

Start Hunting!

Translated by