when use evalfis "警告: 一部の入力値が指定された入力範囲外です。""
out_fis = anfis([1,1,1;2,2,2])
action = evalfis([3,3] , out_fis);
Warning: Some input values are outside of the specified input range
指定入力範囲は?
when use evalfis "警告: 一部の入力値が指定された入力範囲外です。""
out_fis = anfis([1,1,1;2,2,2])
action = evalfis([3,3] , out_fis);
Warning: Some input values are outside of the specified input range
指定入力範囲は?