フィルターのクリア

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

5 ビュー (過去 30 日間)
kash
kash 2012 年 10 月 22 日
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
Walter Roberson
Walter Roberson 2012 年 11 月 5 日

サインインしてコメントする。

採用された回答

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 Center および File ExchangeModeling についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by