This commit is contained in:
2025-10-24 11:42:36 +08:00
parent 513e92c60c
commit 3907fdf5b1
7 changed files with 38 additions and 0 deletions

5
kongjian7.m Normal file
View File

@@ -0,0 +1,5 @@
fig=figure('Position',[20,20,400,150]);
hsli1=uicontrol(fig,'Style','slider','Position',[50,50,120,20],'Min',200,'Max',800,'Value',400,...
'Callback',['set(azmcur,''String'','...
'num2str(get(hsli1,''Value'')));'...
'set(gcf,''Position'',[20,20,get(hsli1,''Value''),300]);']);