필터 지우기
필터 지우기

matlab to notepad

조회 수: 9 (최근 30일)
yatin kharbe
yatin kharbe 2011년 4월 27일
I want to send keys like backspace which perform actions from matlab file to notepad using SendKeys method of windows shell scripting.All other keys are working except - backspace, delete, capslock etc.

채택된 답변

Jason Ross
Jason Ross 2011년 4월 27일
How are you sending them? Can you post some example code?
This link might help with the formatting of the string you send: http://msdn.microsoft.com/en-us/library/8c6yea83%28v=vs.85%29.aspx
  댓글 수: 4
Jason Ross
Jason Ross 2011년 4월 27일
And for the ' symbol,
h.SendKeys('''')
yatin kharbe
yatin kharbe 2011년 4월 27일
OK .. THANKS

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

추가 답변 (1개)

Aleksander
Aleksander 2013년 2월 11일
hi, is it possible to send ctrl + f ? i wish to use the find and replace functionality in notepad.
all best Aleks.
  댓글 수: 1
Jason Ross
Jason Ross 2013년 2월 11일
편집: Jason Ross 2013년 2월 11일
All the keys are here, control-f should work the same way as the above example.

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

카테고리

Help CenterFile Exchange에서 Interactive Control and Callbacks에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by