Effacer les filtres
Effacer les filtres

can I convert data array to data structure with time?

20 vues (au cours des 30 derniers jours)
dong van duc
dong van duc le 15 Oct 2012
Hi everybody, can I convert data array to data structure with time?

Réponse acceptée

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

Plus de réponses (0)

Catégories

En savoir plus sur Data Type Conversion dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by