Difference Between Copy and Copy Output

3 次查看(过去 30 天)
If you right click an output in MATLAB Live script you will see "Copy" and "Copy Output" as two among other things you can select. What is the difference between these two commands?

采纳的回答

Cris LaPierre
Cris LaPierre 2022-1-23
编辑:Cris LaPierre 2022-1-23
I see a slightly different set of options. I see 'Copy Output', meaning the output you have right clicked on (a single output) and 'Copy All Output', which will copy all of the outputs in the live script.
  3 个评论
Cris LaPierre
Cris LaPierre 2022-1-24
Ah, you are getting different options because your output is a symbolic expression. You are getting the options for copying for a symbolic expression (Copy, Copy as LaTeX, Copy as MathML) and then the options for any live script output (Copy Ouput, Copy All Output).
In this context, Copy and Copy Output do the same thing.
Kareem Elgindy
Kareem Elgindy 2022-1-24
编辑:Kareem Elgindy 2022-1-24
Thanks Cris. It's clear now. I suggest that identical commands should be removed to avoid possible confusion.

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Logical 的更多信息

标签

产品


版本

R2021b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by