saveメソッドのappendオプションについて
Afficher commentaires plus anciens
当方、matlab2013bを使用しています。 変数をファイルに保存するメソッドであるsaveメソッドがあると思うのですが 1つのファイルに変数を追加したいと思いドキュメントにあるように下記のように '-append'を引数に加えました。ところがデバッグすると下記の箇所でエラーに なってしまいました。'-append'を削除すると動作しました。 matlab2013bでは'-append'は使えないのでしょうか。 その場合、matlab2013bで変数を追加するにはどうすればよいでしょうか。
save(filename,variables,'-append')
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur ワークスペース変数と MAT ファイル dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!