Borrar filtros
Borrar filtros

How to save results in a matlab file

4 visualizaciones (últimos 30 días)
Matyas Varga
Matyas Varga el 28 de Jun. de 2015
Respondida: Star Strider el 28 de Jun. de 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

Respuestas (1)

Star Strider
Star Strider el 28 de Jun. de 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.)

Categorías

Más información sobre Environment and Settings en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by