Feeds
답변 있음
How to change guide created GUI figure window title name?
You can do it using the code set(handles.figure1, 'Name', 'New Name');
How to change guide created GUI figure window title name?
You can do it using the code set(handles.figure1, 'Name', 'New Name');
대략 11년 전 | 4
