MATLAB打包APP为独立的exe文件时出错

조회 수: 5 (최근 30일)
高翔 高
高翔 高 2022년 7월 3일
답변: Hornett 2024년 9월 20일
Compiler version: 8.0 (R2020a)
Dependency analysis by REQUIREMENTS.
Error while determining required deployable files. Compilation terminated. Details:
逻辑索引包含一个超出数组范围的 true 值。
mcc 失败。

답변 (1개)

Hornett
Hornett 2024년 9월 20일
I understand that you are facing the issue while accessing the array. The error message you provided indicates that there is an issue with logical indexing in your code, specifically involving an array index that is out of range. This can occur when using logical indexing with an array that has a different size or shape than expected.
To help you further, please provide the specific code snippet or section where the error occurs. Additionally, if possible, provide some context or description of the problem you are trying to solve with the code. This will allow me to assist you more effectively in identifying and resolving the issue.

카테고리

Help CenterFile Exchange에서 Big Data Processing에 대해 자세히 알아보기

제품


릴리스

R2020a

Community Treasure Hunt

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

Start Hunting!