필터 지우기
필터 지우기

How can I generate signal from microsoft excell dataset at Simulink ?

조회 수: 2 (최근 30일)
BERK GÖKMEN
BERK GÖKMEN 2018년 4월 30일
댓글: Ill ch 2019년 9월 27일
Hello everyone I have a problem about Simulink.Now I have Real Power Profile data.(time-dependent power chart) .This is in the excell file. I want to use this data as a signal at Simulink.So,I want to generate a signal from this data. How can I do it ? I need help. Thank you.

채택된 답변

Fangjun Jiang
Fangjun Jiang 2018년 4월 30일
편집: Fangjun Jiang 2018년 4월 30일
A few options depending on your situation:
1. Get the Simulink Tester toolbox. It can work with Excel spreadsheet directly.
2. Pre-process your Excel file. Write a script to import your Excel data into MATLAB workspace or save it to a .mat file. The primary function is xlsread().
3. If it is one-time, you can run uiimport to import the Excel data into MATLAB workspace.
4. You can record your interaction using uiimport in a script. This can help you develop the script.
  댓글 수: 8
Fangjun Jiang
Fangjun Jiang 2019년 9월 26일
Follow the dialog or look at the help of the "From Spreadsheet" block. It should be straightforward.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by