复制与粘贴
我有个矩阵例如x=用什么命令能直接把它拷贝到剪贴板里。
还有怎么把剪贴板里的数据直接赋予matlab中的一个矩阵。谢谢了!
[ 本帖最后由 sigma665 于 2008-8-4 14:21 编辑 ] ctrl c
ctrl v :@L :@L
我问的是不需要手动操作,直接命令进入剪贴板。 help clipboard
str = clipboard('paste') returns the current contents of the clipboard as a string or as an empty string (' '), if the current clipboard contents cannot be converted to a string.
页:
[1]