フィルターのクリア

How to convert an array to mat file?

107 ビュー (過去 30 日間)
SHRUTHI k
SHRUTHI k 2016 年 7 月 7 日
回答済み: cbrysch 2016 年 7 月 7 日
Hello everyone. I need your help to find solution to my problem. My problem is that, I have an array containing decimal data. I want to convert this array to mat (.mat) file in matlab so that I can load it in another matlab program. How can i achieve this. I request you to help me in solving this. Thanks in advance.

採用された回答

cbrysch
cbrysch 2016 年 7 月 7 日
You can save your data as .mat files using the save or saveas command. E.g. If your array has the name 'MyArray' you can save it to the current folder with
save('MyArray.mat','MyArray')

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeFile Operations についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by