How to solve mixin warning issue

조회 수: 4 (최근 30일)
Shin
Shin 2023년 1월 14일
답변: Gowthami 2023년 1월 16일
Hi there, I encountered 'mixin' warning in the command window when I run my code. How do I solve this issue? Thanks.
-Chann-
  댓글 수: 1
Rik
Rik 2023년 1월 14일
The warning message tells you what to do. What is your question?

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

답변 (1개)

Gowthami
Gowthami 2023년 1월 16일
Hi Shin,
The class "matlab.system.mixin.SampleTime" seems to have been removed from the codebase in a previous release of MATLAB and was replaced by "matlab.System" class. Please make the appropriate changes in the code to inherit from "matlab.System" class to fix this warning.
More information on "matlab.System" can be found here: https://in.mathworks.com/help/matlab/ref/matlab.system-class.html
More information on "matlab.system.mixin.SampleTime" can be found here:

카테고리

Help CenterFile Exchange에서 Create System Objects에 대해 자세히 알아보기

태그

제품


릴리스

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by