This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x='MATLAB is cool';
copy2clipboard(x);
y=clipboard('paste');
assert(isequal(x,y))
y =
'MATLAB is cool'
|
1166 Solvers
210 Solvers
173 Solvers
233 Solvers
324 Solvers