Initial commit

This commit is contained in:
2025-10-10 17:29:33 +08:00
commit 49047b316d
47 changed files with 323 additions and 0 deletions

11
structdata.m Normal file
View File

@@ -0,0 +1,11 @@
total.name='23';
total.x=78354.344;
total.y=89342.333;
total.h=437.557;
total.code='0203';
total(2) = struct('name','23','xyh',[78354.344,89342.233,437.557],'code','0203')
total(1).x=76434.455;
disp(total)
total(1)=[]
rmfield(total(1),'code')