필터 지우기
필터 지우기

Problem about code generation with Matlab function

조회 수: 1 (최근 30일)
xu
xu 2012년 12월 14일
답변: Sobhi Zeidan 2018년 1월 10일
In a matlab function,I tried to convert a continuous state space model to a discrete one:
Ts=0.005;
Ad=(eye(22)+Ap*Ts/2.0)*inv(eye(22)-Ap*Ts/2.0);
Bd=inv(eye(22)-Ap*Ts/2.0)*Bp*sqrt(Ts);
Cd=sqrt(Ts)*Cp*inv(eye(22)-Ap*Ts/2.0);
Dd=Dp+Cp*inv(eye(22)-Ap*Ts/2.0)*Bp*Ts/2.0;
but when code generation with grt.tlc, the problem report as following:
CGIR assertion 'StaticMatrixType::isa(aExpr->type()) == StaticMatrixType::isa(aExpr->rhs()->type())
log: ./cg_insanity_23.html' failed in '.\dom_core\utility\cg_sanity_checker.cpp:1317'
[ 0] 0x66521200 D:/Program Files/MATLAB/R2011a/bin/win32/cgir_xform.dll+00332288 ( CG::SanityChecker::assertError+000048 )
[ 1] 0x6652214f D:/Program Files/MATLAB/R2011a/bin/win32/cgir_xform.dll+00336207 ( CG::SanityChecker::sanityCheckAssign+000127 )
[ 2] 0x6652038d D:/Program Files/MATLAB/R2011a/bin/win32/cgir_xform.dll+00328589 ( CG::SanityChecker::doNodeSwitch+000157 )
[ 3] 0x66520804 D:/Program Files/MATLAB/R2011a/bin/win32/cgir_xform.dll+00329732 ( CG::SanityChecker::doNode+000148 )
[ 4] 0x66520765 D:/Program Files/MATLAB/R2011a/bin/win32/cgir_xform.dll+00329573 ( CG::SanityChecker::doExpr+000053 )
[ 5] 0x665207ea D:/Program Files/MATLAB/R2011a/bin/win32/cgir_xform.dll+00329706 ( CG::SanityChecker::doNode+000122 )
[ 6] 0x6652083f D:/Program Files/MATLAB/R2011a/bin/win32/cgir_xform.dll+00329791 ( CG::SanityChecker::doStmt+000047 )
[ 7] 0x66523423 D:/Program Files/MATLAB/R2011a/bin/win32/cgir_xform.dll+00341027 ( CG::SanityChecker::doStmts+000051 )
[ 8] 0x665208bb D:/Program Files/MATLAB/R2011a/bin/win32/cgir_xform.dll+00329915 ( CG::SanityChecker::doFcn+000107 )
[ 9] 0x6652096a D:/Program Files/MATLAB/R2011a/bin/win32/cgir_xform.dll+00330090 ( CG::SanityChecker::doModule+000106 )
[ 10] 0x665209ff D:/Program Files/MATLAB/R2011a/bin/win32/cgir_xform.dll+00330239 ( CG::sanityCheckModule+000063 )
[ 11] 0x669b648c D:/Program Files/MATLAB/R2011a/bin/win32/rtwcg.dll+00681100 ( RTWCG::RTWFcnConst::OptimizeAndEmitCode+001676 )
[ 12] 0x66978901 D:/Program Files/MATLAB/R2011a/bin/win32/rtwcg.dll+00428289 ( RTWCG::RTWCGModule::OptimizeAndEmitCode+000161 )
[ 13] 0x66f1668d D:/Program Files/MATLAB/R2011a/bin/win32/libmwsimulink.dll+02188941 ( BlockSetCheckVarDimsInputEmpty+066765 )
[ 14] 0x66f1360e D:/Program Files/MATLAB/R2011a/bin/win32/libmwsimulink.dll+02176526 ( BlockSetCheckVarDimsInputEmpty+054350 )
[ 15] 0x66f67776 D:/Program Files/MATLAB/R2011a/bin/win32/libmwsimulink.dll+02520950 ( SlCosSFunc::operator=+002854 )
### Build procedure for model: 'SIMO_AdaptiveCtrl' aborted due to an error.
  댓글 수: 1
Walter Roberson
Walter Roberson 2012년 12월 14일
I wonder... if you were to comment out statements starting from the end, can you pin this down to one statement?

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

답변 (1개)

Sobhi Zeidan
Sobhi Zeidan 2018년 1월 10일
Was this issue ever resolved?

카테고리

Help CenterFile Exchange에서 Deployment, Integration, and Supported Hardware에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by