Pasting large code without forced wrapping
6 次查看(过去 30 天)
显示 更早的评论
I am trying to paste a very large portion of code, which has been via Mathematica. The problem is that MATLAB breaks the code at the vertical line in the editor and adds \ to show where. There are too many of these to make manual removal of these \ feasible.
How can I get MATLAB to let me simply paste-as-is?
2 个评论
Rik
2019-12-7
Can you confirm this is an issue with Matlab? Can you try to paste it in a text editor as well?
Stephen23
2020-4-20
Those backslashes are a feature of Mathematica, they have nothing to do with MATLAB.
"With a single backslash at the end of a line, the Wolfram Language ignores the line break:"
"By default code copied from the FrontEnd is formatted with backslashes added at the ends of lines."
Why would MATLAB would insert a Mathematica syntactical feature that has no meaning in MATLAB?
回答(1 个)
Jared MacDonald
2020-4-20
MATLAB does not do this. Presumably Mathematica is putting it onto the clipboard this way. You can confirm this as Rik notes by pasting into another text editor such as Notepad.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Environment and Settings 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!