Added source Matlab code for reference

This commit is contained in:
Waldir Leoncio 2019-12-16 16:47:21 +01:00
parent b8af977117
commit b5d99903d2
186 changed files with 61405 additions and 1 deletions

8
matlab/graph/winontop.m Normal file
View file

@ -0,0 +1,8 @@
%WINONTOP
% WINONTOP(FH) set "topmost" property of the figure specified by handle
% FH to state "on".
%
% WINONTOP(FH,1) same as WINONTOP(FH)
%
% WINONTOP(FH,0) set "topmost" property of the figure specified by handle
% FH to state "off".