필터 지우기
필터 지우기

Error-Initial state vector "X0" must be a real vector of length 86

조회 수: 5 (최근 30일)
When i am running simulink program i am getting error as Initial state vector "X0" must be a real vector of length 86
The simulink is power_wind_dfig.mdl
when i run this the program runs ,but i tried to connect another wind turbine across B575.i get that error
pleasae help
  댓글 수: 4
Sachin Ganjare
Sachin Ganjare 2012년 10월 22일
Can you upload initialization file as well, as the model is not simulating due to some undefined parameters

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

채택된 답변

Azzi Abdelmalek
Azzi Abdelmalek 2012년 10월 25일
편집: Azzi Abdelmalek 2012년 10월 25일
In the home page of Matlab, on the top-middle there is a "current folder" by default it's
F:\Old\bck\Program Files\MATLAB\R2011b\bin
change it to a new folder
  댓글 수: 5
kash
kash 2012년 10월 25일
yes Azzi i need graphs like that ,please tell hoe to perform
Azzi Abdelmalek
Azzi Abdelmalek 2012년 10월 25일
kash, If the question you've previously posted was answered accept it or no, and repost another question.

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

추가 답변 (2개)

Sachin Ganjare
Sachin Ganjare 2012년 10월 22일
Use below command & check the results:
newoptions = simset (oldoptions, 'SaveFormat', 'StructureWithTime');
  댓글 수: 10
Sachin Ganjare
Sachin Ganjare 2012년 10월 25일
Some parameters used in your model are undefined, this error may be related to that.
kash
kash 2012년 10월 25일
Sachin please can you tell how to modify those

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


Azzi Abdelmalek
Azzi Abdelmalek 2012년 10월 22일
편집: Azzi Abdelmalek 2012년 10월 22일
right click on your model, then on model properties , callbacks, init fcn you will find the initialization command
load power_wind_dfig_xinit % this file contains a variable named xInitial (1x85)
If you have changed the model I think you must change xInitial
  댓글 수: 16
Azzi Abdelmalek
Azzi Abdelmalek 2012년 10월 25일
Just change your working folder to a new folder, for example D:\work
kash
kash 2012년 10월 25일
Yes Azzi how to change where i have to type these command

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

카테고리

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by