Search code examples
plotgenetic-algorithmmatlab

Matlab's gamultiobj plots


In matlab's multiobjective genetic algorithm GUI there is an option for plotting the pareto front but the plot is only 2D; since i'm minimizing three objective functions, i need a 3D plot. Is there a way to force the 2D plot to 3D or must I plot using a custom function?


Solution

  • Okay,my bad; the plot was really a 3D one but the plot initially pops up as a seemingly 2D one, since its rotated. To see the plot in 3D , just click the "rotate" toolbar button and click and drag the plot a little so that the 3 axes are visible.