John
Followers: 0 Following: 0
Feeds
提问
Using a nested for loop to create a matrix that square roots positive integers and adds 30 to negative integers.
for X=[4,-5,13;19,-13,21;-33,77,144] for X>=0 Y=sqrt(X) for X<0 Y=X+30 end end end I a...
2 years 前 | 1 个回答 | 0