photo

John


Last seen: 2年以上 前 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年以上 前 | 1 件の回答 | 0

1

回答