フィルターのクリア

error with max function

1 回表示 (過去 30 日間)
m. muner
m. muner 2016 年 6 月 10 日
回答済み: Jos (10584) 2016 年 6 月 10 日
hello i am working on genetic algorithm program and i am not using the toolbox .as i am trying to calculate the fitness function i have problem with max function the error says (An assignment statement makes an assignment to multiple values, but the expression on the right side of the assignment does not appear to produce multiple values). i use the same function in other program and its works,is the GA initialization causing problem or what ? the beginning of the program include initialization step and GA counter i wrote the max function like this
[master_ant,id]=max(pr,[],2);
pr:250*20 matrix

採用された回答

Jos (10584)
Jos (10584) 2016 年 6 月 10 日
What does
which max
tell you? Probably you have overwritten the function.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeGenetic Algorithm についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by