HE/test.m

7 lines
102 B
Mathematica
Raw Normal View History

2024-03-30 16:35:40 +08:00
a = [1 1];
try
a == [];
diary('TXPackets\log.txt');
catch ErrorInfo
disp(ErrorInfo.message);
end