I am ploting a surface using surfc
and I can not see my axis labels.
Can you help me aligning the xlabel
and ylabel
to the axes and try to visualize them?
surf(X,Y,surface);
colorbar
shading interp
xlabel('Induction factor a1');
ylabel('Induction factor a2');
zlabel('Coefficient')
title('Curve')