Borrar filtros
Borrar filtros

can I convert data array to data structure with time?

18 visualizaciones (últimos 30 días)
Hi everybody, can I convert data array to data structure with time?

Respuesta aceptada

Azzi Abdelmalek
Azzi Abdelmalek el 15 de Oct. de 2012
t=0:0.1:10;
y=sin(t)
data=struct('time',t,'signal',y)

Más respuestas (0)

Categorías

Más información sobre Data Type Conversion 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