How to make it finite?

조회 수: 9 (최근 30일)
ryunosuke tazawa
ryunosuke tazawa 2021년 8월 8일
댓글: Gargi Patil 2021년 8월 13일
I want to know the way to fix the erorr.
The error masage said that make the value finite.
There are four input state variables.
How can I fix it?
function set.State(this,state)
validateattributes(state,{'numeric'},{'finite','real','vector','numel',4},'','State');
this.State = double(state(:));
notifyEnvUpdated(this);
end
  댓글 수: 5
ryunosuke tazawa
ryunosuke tazawa 2021년 8월 13일
Sorry for the late reply. This error has been fixed. However, the result of learning is not good.
Gargi Patil
Gargi Patil 2021년 8월 13일
Hi, a new question can be created for further queries about the results of the learning.

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Environments에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by