필터 지우기
필터 지우기

Modify power_wind_dfig

조회 수: 6 (최근 30일)
William Roca
William Roca 2017년 4월 20일
댓글: William Roca 2017년 5월 13일
Hi, I'm trying to modify the 'wind_power_dfig' example for a hybrid wind-hydro system on my dissertation project. I tried to create a modified model and regenerating the initial conditions with the 10 steps on the help menu, but couldn't succeed. Here are the problems I found:
*On step 5, the unmodified example didn't have a xFinal output. I believe I fixed this by checking the 'Final states' box on the 'Simulation/Configuration Parameters/Data Import/Export' menu.
*On step 6, Simulink gives me the error below after trying to simulate:
Error evaluating 'InitFcn' callback of block_diagram 'power_wind_dfig'. Caused by: Undefined function or variable 'myModel_init'. Component:Simulink | Category:Block diagramerror
I believe the model didn't recognized the 'myModel_init.mat' I created on step 5, but I can't find a reason why. Could you help me out please? Thank you!

채택된 답변

Sudarshan Kolar
Sudarshan Kolar 2017년 4월 24일
Hello William,
I understand that you are getting an error following the documentation steps. The doc seems to have an error in it.
Please change the init callback to this:
load('myModel_init');
Hope that helps.
Sudarshan
  댓글 수: 1
William Roca
William Roca 2017년 5월 13일
Hi Sudarshan, sorry for the late reply.
I changed the init callback as you said and it seems to have worked now. Thank you so much for the help!

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

추가 답변 (0개)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by