photo

John


Last seen: 2 years 前 自 2022 起处于活动状态

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

1

个回答