I'm trying to save a 1063x1 double called ewa to a file with this line of code:
save(ewa.mat, ewa);
I get this error: Attempt to reference field of non-structure array.

 Réponse acceptée

José-Luis
José-Luis le 23 Juin 2014

0 votes

save('ewa.mat', ewa);

4 commentaires

Paul
Paul le 23 Juin 2014
Thanks for your help!
There's now a different error. It says "Argument must contain a string."
save('ewa.mat','ewa');
Sorry about that, I need some coffee. Please look at the documentation.
doc save
have you looked at the documentation for save? they have examples on its use.
The documentation shows that both inputs should be a string.
save('ewa.mat', 'ewa');
Paul
Paul le 23 Juin 2014
Thanks Joseph! It works yay oh boy

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

Community Treasure Hunt

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

Start Hunting!

Translated by