I was trying to plot hough transform using hough(edge_detected_image). Then Im using the following commands:
imshow(h,[],'XData',theta,'YData',rho,'InitialMagnification','fit');
axis on
axis normal
hold on
How can this be achieved? Are there any settings to be done?

