Borrar filtros
Borrar filtros

How can i display field variables of structure in 'Variable' GUI as columns

9 visualizaciones (últimos 30 días)
Hi,
I have a structure with multiple field variables that I would like to show up in the Variables GUI as a table (with field variables as columns, with individual cases as rows).
I have seen this done before when using the EEGLAB plugin (see attachment 1).
matlab_attachment1.png
But when i try to create my own structure - it just shows the field variables as a list (see attachment 2).
matlab_attachment2.png
How can i show my field variables as columns (like attachment 1)?
Cheers,
An
  5 comentarios
Walter Roberson
Walter Roberson el 22 de Jul. de 2019
The difference is that for EEGLAB, there is a struct array with multiple fields each of which is a scalar, whereas for your case, you have a scalar struct with multiple fields, each of which is vector.
beh_data = struct('RT', num2cell(EEG2.beh_data.RT), 'force', num2cell(EEG2.beh_data.force))

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Data Type Conversion en Help Center y File Exchange.

Productos


Versión

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by