How to make it finite?
5 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Gargi Patil
il 13 Ago 2021
Hi, a new question can be created for further queries about the results of the learning.
Risposte (0)
Vedere anche
Categorie
Scopri di più su Environments in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
