Filter löschen
Filter löschen

Auto command correct/complete

4 Ansichten (letzte 30 Tage)
Amin Ghasemi
Amin Ghasemi am 23 Okt. 2016
Bearbeitet: the cyclist am 23 Okt. 2016
Hi. Is there any way or short-key for auto correct or complete a command. for example when i wrote Iumread its correct to imread and so on.

Antworten (1)

the cyclist
the cyclist am 23 Okt. 2016
Bearbeitet: the cyclist am 23 Okt. 2016
While you are typing in the command window, if you hit "TAB", you will see the possible completions (but you need to have typed it correctly thus far).
After you try to enter a command, if it is incorrect (like "lumread"), then MATLAB may try to guess your intention, and offer something like
Did you mean:
>> dlmread
and you can just hit ENTER if it were what you intended.
I don't know if that is configurable.
If you tend to typo a particular command often, you could make a file that redirects that to the correct command.

Kategorien

Mehr zu Get Started with MATLAB finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by