How to make it finite?

6 次查看(过去 30 天)
ryunosuke tazawa
ryunosuke tazawa 2021-8-8
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