正在加载图片...
Review of Lab 2 about Data StructureA 3. What we have learnt How to create them For example: A=3, 4, 5; 6,5.5,01 How to manipulate them For example: A(1, 1: 2)=A(1, 1: 2 )+2 How to access their elements For example: B=A(1, 1: 2) How to perform mathematical and logical operations on them For example: C=A /2.5; D= sum(sum(A) For example: E=A>0.55 Review of Lab 2 about Data Structure 3. What we have learnt • How to create them • For example: A = [3, 4, 5; 6, 5.5, 0] • How to manipulate them • For example: A(1,1:2) = A(1,1:2) + 2 • How to access their elements • For example: B = A(1,1:2) • How to perform mathematical and logical operations on them • For example: C = A./2.5; D = sum(sum(A)) • For example: E = A > 0.5
<<向上翻页向下翻页>>
©2008-现在 cucdc.com 高等教育资讯网 版权所有