Effacer les filtres
Effacer les filtres

GA optimasation error during the running , the subcript indices must be integer positive or logical?

2 vues (au cours des 30 derniers jours)
i define my fiteness function for the GA using 'assignin' expression
function [y]=myfiteness(x)
assignin('base','na',x(1));
assignin('base','nb',x(2));
[~,~,Y]=sim('mymodel',[0,1]);
y=y(end,2);
after using otimtool for GA for the function , the running stops and a message apear in the running section of the optimtool which show the following ''the subcript indices must be integer positive or logical''
so how to solve this problem????????
  3 commentaires
khelifa siham
khelifa siham le 8 Mai 2022
thank you sir for your observation but in fact the variable is y, not Y as i wrote before, i made the mistake of writting while i was posting the question ,so there is variable to work with in the simulation.
Walter Roberson
Walter Roberson le 8 Mai 2022
What happens if sim() returns an empty variable at that point?

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Performance and Memory dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by