Clear Filters
Clear Filters

How to save results in a matlab file

4 views (last 30 days)
Matyas Varga
Matyas Varga on 28 Jun 2015
Answered: Star Strider on 28 Jun 2015
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

Answers (1)

Star Strider
Star Strider on 28 Jun 2015
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.)

Categories

Find more on Environment and Settings in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!