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
|
3238 Solvers
Renaming a field in a structure array
732 Solvers
594 Solvers
Back to basics 12 - Input Arguments
525 Solvers
Change the sign of even index entries of the reversed vector
296 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!