Community Profile

photo

John


Last seen: oltre un anno fa Attivo dal 2022

Followers: 0   Following: 0

Statistiche

Feeds

Visto da

Domanda


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...

oltre un anno fa | 1 risposta | 0

1

risposta