Failed to evaluate mask initialization commands.

조회 수: 33 (최근 30일)
wang
wang 2023년 1월 10일
답변: Fangjun Jiang 2023년 1월 12일

답변 (1개)

Fangjun Jiang
Fangjun Jiang 2023년 1월 12일
This is the first three lines of code in the initialization function of that "Image from File" block.
The variable "ImageValue" does not exist, means there is error executing the first two lines of code.
So make sure that "sssna.bmp" file exists and it is in the right bitmap format.
vipblks_nd_compatible;
[v, namechange]=vipblkimsrc(1, '',0,FileName);
ImageValue = v;

카테고리

Help CenterFile Exchange에서 Programmatic Model Editing에 대해 자세히 알아보기

제품


릴리스

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by