so iv created a gui, and i put a set of axes in it. its basically the "GUI with axes and menu" option when u open GUIDE. once u plot a graph normally, the figure menu gives u an option to rotate it. BUT if u create ur own axes in the GUI, how can u rotate the plot? is there a menu option u can...
ok, i figured it all, so no need to worry.
cept theres a new problem thats bugging me:
iv created a GUI so users can input parameters like current, radius etc... i then need these values to plot the curve. so for example iv sed:
current = get(handles.editCurrent,'String');
inRad =...
sorry, another newbie question.
i fully understand how a curve should look, and how to use meshgrid, mesh etc. problem is, i cant get my problem translated into matlab.
in 2D - the curve is a straight line
(1) y = mx for 0 < x < r (r being some constant)
then once x = r, the curve is an...