Change-Id: I6060e298d2b92a8bb86a460b8e4e3d0cc6d75425
* bug 9321 fixed - missing tests and help info for some CACSD functions
+* bug 10008 fixed - Wrong unit in the datatip for bode function.
+
* bug 10169 fixed - bad clipping option in evans.
function str=formatBodePhaseTip(curve,pt,index)
//this function is called by the datatip mechanism to format the tip
//string for the bode phase curves
- str=msprintf("%.4g"+_("Hz")+"\n %.4g"+_("dB"), pt(1),pt(2))
+ str=msprintf("%.4g"+_("Hz")+"\n %.4g"+_("°"), pt(1),pt(2))
endfunction