can I convert data array to data structure with time?

 채택된 답변

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

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Data Types에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by