Create a slider in a UI figure. Set the slider value to 50. fig = uifigure; sld = uislider(fig,"Value",50);.
確定! 回上一頁