Files
matlab-learning/example1.m
2025-10-10 17:29:33 +08:00

2 lines
34 B
Matlab

a=[1,2,3;4,5,6;7,8,9]
a=a([2,2],:)