Effacer les filtres
Effacer les filtres

matlab to notepad

9 vues (au cours des 30 derniers jours)
yatin kharbe
yatin kharbe le 27 Avr 2011
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.

Réponse acceptée

Jason Ross
Jason Ross le 27 Avr 2011
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 commentaires
Jason Ross
Jason Ross le 27 Avr 2011
And for the ' symbol,
h.SendKeys('''')
yatin kharbe
yatin kharbe le 27 Avr 2011
OK .. THANKS

Connectez-vous pour commenter.

Plus de réponses (1)

Aleksander
Aleksander le 11 Fév 2013
hi, is it possible to send ctrl + f ? i wish to use the find and replace functionality in notepad.
all best Aleks.
  1 commentaire
Jason Ross
Jason Ross le 11 Fév 2013
Modifié(e) : Jason Ross le 11 Fév 2013
All the keys are here, control-f should work the same way as the above example.

Connectez-vous pour commenter.

Catégories

En savoir plus sur Interactive Control and Callbacks dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by