필터 지우기
필터 지우기

Error: Conflicting signal specifications

조회 수: 7 (최근 30일)
Martin Horvath
Martin Horvath 2017년 3월 9일
답변: chengxuan yu 2017년 4월 13일
I'm running some tests in MATLAB doing a lot of cycles and combinations. Trying to keep everything clean, remove everything from memory and so but despite that I'm getting this non deterministic error:
It occurs only when using ImportedExternPointer storage class. Using Auto runs perfectly.
Caused by: Error using tlc_c (line 176) Conflicting signal specifications: The attributes {Name = 'out9', StorageClass = 'ImportedExternPointer', StorageTypeQualifier = ''} specified on output port 1 of 'model1/connections', and the attributes {Name = 'out5', StorageClass = 'ImportedExternPointer', StorageTypeQualifier = ''} specified on output port 1 of 'model1/inFloat2' are inconsistent but they correspond to the same signal.
Thank you in advance! Martin

답변 (1개)

chengxuan yu
chengxuan yu 2017년 4월 13일
I met this Error today, but I cannot recurrent it now, and i forget how i solve it. Maybe you change the configure parameter, you can try to default it. I make a mark here, next time when i met the problem, i will come and tell you.

카테고리

Help CenterFile Exchange에서 Multirate Signal Processing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by