Warning: A value of class "appdesign​er.interna​l.service.​AppManagem​entService​" was indexed with no subscripts specified.

조회 수: 3 (최근 30일)
When I build apps, the warning always prompt when i run the app. How can i resolve this risk? Thanks.
  댓글 수: 4
Wesley Crocker
Wesley Crocker 2017년 8월 14일
I am also receiving this error when calling to open the app from a guide GUI.

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

답변 (1개)

Ijab Zhan
Ijab Zhan 2017년 9월 20일
편집: Ijab Zhan 2017년 9월 20일
This is a warning for MATLAB's future feature change, which is thrown from an internal function. Acknowledge that this is a bug, and It will be fixed in future release.
A workaround for now is to turn off the warning - 'MATLAB:subscripting:noSubscriptsSpecified'. You can do it in the MATLAB Command Window by: warning('off', 'MATLAB:subscripting:noSubscriptsSpecified')

카테고리

Help CenterFile Exchange에서 使用 App 设计工具开发 App에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!