matlab autocorrect in editor preferences
3 ビュー (過去 30 日間)
古いコメントを表示
Is there an AutoCorrect in Matlab Editor as there is one for Word? I would like to type a few letters and change it for some commands I use often, like, type
ccc
and the editor automatically changes it for
clear all; close all; clc;
2 件のコメント
Adam
2017 年 6 月 7 日
Not that I am aware of, but you could just write a script called ccc with that in.
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で File Operations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!