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

4 lines
44 B
Matlab

clear
a=eye(3,3)
b=[7 8 9]
a(3,:)=b([3 1 2])