Initial commit
This commit is contained in:
4
example2.m
Normal file
4
example2.m
Normal file
@@ -0,0 +1,4 @@
|
||||
clear
|
||||
a=eye(3,3)
|
||||
b=[7 8 9]
|
||||
a(3,:)=b([3 1 2])
|
||||
Reference in New Issue
Block a user