필터 지우기
필터 지우기

Simulink - automatic export to excel after simulation

조회 수: 1 (최근 30일)
Zsolt
Zsolt 2013년 4월 28일
How to export Timeseries like this http://i.imgur.com/rorSiT5.png automaticaly after simulation. I know how to export it manualy but how to do this without exporting or writing codes to matlab.
I think i need to use Callbacks and StopFcn combined with xlswrite .. for example in StopFcn will be this..
filename = 'testdata.xlsx';
A = [12.7, 5.02, -98, 63.9, 0, -.2, 56];
xlswrite(filename,A)
i know its right, but what will be the " A = " in my case. Thank you.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Spreadsheets에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by