photo

Dong Chen


Active since 2018

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

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

ungefär 6 år ago | 0