HE/test.m
2024-03-30 16:35:40 +08:00

7 lines
102 B
Matlab

a = [1 1];
try
a == [];
diary('TXPackets\log.txt');
catch ErrorInfo
disp(ErrorInfo.message);
end