Copy option is disabled

조회 수: 2 (최근 30일)
Tien Nguyen
Tien Nguyen 2020년 2월 28일
답변: BhaTTa 2024년 6월 11일
Dear friends,
I cannot copy the values from the array because the copy option was disabled.
Please take a look the screenshot and help me.
Thank you!

답변 (1개)

BhaTTa
BhaTTa 2024년 6월 11일
Possible Workarounds to resolve the issue:
If you're working with arrays in the Variable Editor and cannot use the right-click context menu to copy, try these steps:
  • Keyboard Shortcuts: Try using keyboard shortcuts to copy. For Windows and Linux, it's usually Ctrl+C, and for macOS, it's Cmd+C.
  • Programmatic Copying: You can copy the content of an array to another variable programmatically in the Command Window. For example, B = A; copies all contents of A to B.
Check for GUI Issues
If the MATLAB GUI is not responding correctly (e.g., options are disabled unexpectedly):
  • Restart MATLAB: Close and reopen MATLAB to see if the issue persists.

카테고리

Help CenterFile Exchange에서 Entering Commands에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by