How do I delete or modify a command from de Command Window?

조회 수: 24 (최근 30일)
Carolina Henao
Carolina Henao 2016년 9월 22일
댓글: Carolina Henao 2016년 9월 23일
Hello, I'm getting started with Matlab. I've just put a command and executed it, but then I want to change it because I typed incorrectly, but the program does not allow me to do that. How can I rearrange the command that I previously put? Thank you.
  댓글 수: 2
KSSV
KSSV 2016년 9월 22일
Where you are typing the command? I guess you are typing it in workspace. You cannot edit the already executed command. You have retype it and execute. You can write all your commands in a .m file and execute this m file, the m file can be edited.
Carolina Henao
Carolina Henao 2016년 9월 23일
Yes, I am typing it in workspace. Thank you, I'll check.

댓글을 달려면 로그인하십시오.

채택된 답변

Walter Roberson
Walter Roberson 2016년 9월 22일
In the command window, type the up-arrow key. The previous command will show up in the input buffer. You can go further back by pressing up-arrow more times. You can edit what comes up and finally press return to execute the modified command.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Workspace Variables and MAT Files에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by