Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x='MATLAB is cool';
copy2clipboard(x);
y=clipboard('paste');
assert(isequal(x,y))
|
Find the two most distant points
1629 Solvers
927 Solvers
227 Solvers
276 Solvers
289 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!