![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/870515/image.png)
Difference Between Copy and Copy Output
조회 수: 5 (최근 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?
댓글 수: 0
채택된 답변
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.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/870515/image.png)
댓글 수: 3
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.
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Live Scripts and Functions에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!