How can I disable the popup bubble of variable when editing script?

3 ビュー (過去 30 日間)
Yuyu Jiang
Yuyu Jiang 2020 年 8 月 18 日
回答済み: Sahithi Kanumarlapudi 2020 年 8 月 24 日
When I was editting the script in matlab or matlab online, the popup bubble keeps showing up and blocking the next line I am going to edit, which is really annoying. How can I avoid it?
The cases might be:
original:
a(1) = b(1,:);
a(2) = b(2,:);
...
and I would like to modify it by something like:
a(1) = c(1,:);
a(2) = c(2,:);
...
This happend when I change the first varaible b into c and going to the next line. The popup bubble of c will block the next line and I cannot make a smooth modify. Since there might be several lines, this is really annoying.

回答 (1 件)

Sahithi Kanumarlapudi
Sahithi Kanumarlapudi 2020 年 8 月 24 日
Hi,
You can disable the function hints for the editor. Refering the following link might help you

カテゴリ

Help Center および File ExchangeSimulink Environment Customization についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by