eeet-332/lab8/init.m

5 lines
79 B
Matlab

function init
clc; close all;
global fig_num
fig_num = 1;
end