Data import for System identifications toolbox
조회 수: 6 (최근 30일)
이전 댓글 표시
How can I import data from a table (time, input and output) for be processed in System identification toolbox? Do I have the option to use OPC data?
댓글 수: 0
답변 (1개)
Rajiv Singh
2012년 3월 16일
You will need to bring data into MATLAB workspace as double matrices first. If using System Identification GUI, you can import variables from MATLAB workspace. If using command line, you should create IDDATA object from imported variables to prepare your data for identification.
참고 항목
카테고리
Help Center 및 File Exchange에서 Transform Data에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!