我的MATLAB使用不了滑动条,应该是缺少uislider函数,但是不知道怎么修补
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
运行的代码挺简单的,就三行:
fig = uifigure;
pnl = uipanel(fig);
sld = uislider(pnl,'Position',[50 50 150 3]);
但是运行不出来,会报错:

0 Commenti
Risposte (1)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!