How to make it finite?

7 visualizaciones (últimos 30 días)
ryunosuke tazawa
ryunosuke tazawa el 8 de Ag. de 2021
Comentada: Gargi Patil el 13 de Ag. de 2021
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 comentarios
ryunosuke tazawa
ryunosuke tazawa el 13 de Ag. de 2021
Sorry for the late reply. This error has been fixed. However, the result of learning is not good.
Gargi Patil
Gargi Patil el 13 de Ag. de 2021
Hi, a new question can be created for further queries about the results of the learning.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Environments en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by