photo

Dong Chen


Actif depuis 2018

Followers: 0   Following: 0

Statistiques

  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
Hi; Can you help me to find fault in my code?
function [x y z] = sort3(m) x = m(1); y = m(2); z = m(3); if (x>y) t = x; x = y; y = ...

plus de 6 ans il y a | 0