MATLAB: Problem with gaoptimset in unix

gaoptimsetMATLABunix

I have a problem runing my code in unix although the same code is running in windows. The error i get is the following: "Undefined function or method 'gaoptimset' for input arguments of type 'function_hundle' ". Then i type help gaoptimset and get the message "gaoptimset not found". Does anyone know what the problem might be?

Best Answer

The GAOPTIMSET function is installed with Global Optimization Toolbox. Do you have that product installed? You can check with products you have installed by executing:
ver
Related Question