5 lines
79 B
Matlab
5 lines
79 B
Matlab
function init
|
|
clc; close all;
|
|
global fig_num
|
|
fig_num = 1;
|
|
end
|