How to save results in a matlab file

2 ビュー (過去 30 日間)
Matyas Varga
Matyas Varga 2015 年 6 月 28 日
回答済み: Star Strider 2015 年 6 月 28 日
I have .m file that measures reaction time and records the key pressed as an answer. All well and good to display in command window but how can I save the results in a file which I will be able to use later on in Matlab? Thanks

回答 (1 件)

Star Strider
Star Strider 2015 年 6 月 28 日
You don’t give enough information for a specific answer.
However if you are collecting your data in a loop of some sort, save your times to a vector (or matrix, depending on how you have your study designed), then after the loop, write the vector or matrix to a file to use later. (I prefer .mat files unless you’re going to use them in applications other than MATLAB. Otherwise, save them in a file format that can be read by your other applications.)

カテゴリ

Help Center および File ExchangeEnvironment and Settings についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by