Filter löschen
Filter löschen

How to save results in a matlab file

4 Ansichten (letzte 30 Tage)
Matyas Varga
Matyas Varga am 28 Jun. 2015
Beantwortet: Star Strider am 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

Antworten (1)

Star Strider
Star Strider am 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.)

Kategorien

Mehr zu Environment and Settings finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by