I want to copy some text (namely code snippets) from the documentation. Ctrl + C doesn't work. Is there any shortcut to do it?
I use Matlab 2013b 64-bit on Windows 7 x64 SP1.
I want to copy some text (namely code snippets) from the documentation. Ctrl + C doesn't work. Is there any shortcut to do it?
I use Matlab 2013b 64-bit on Windows 7 x64 SP1.
Ctrl + C doesn't work in Matlab 2013b 64-bit's documentation when certain versions of Internet Explorer, in particular IE11 and sometimes IE10, are installed. A workaround is to use Ctrl + Insert or Shift + Insert instead.
To get Ctrl + C working for Matlab 2013b, you can try downgrading to Internet Explorer 10 (follow steps 1 to 5).
This may not be an exact answer to your question, but if your intention is to copy code snippets from the documentation in order to later be able to paste them into MATLAB for execution, then instead of using Ctrl-C you can use F9, which executes the selected code directly in MATLAB.