How to supress the File Overwrite pop-up when using rfwrite()

4 ビュー (過去 30 日間)
Karl Stick
Karl Stick 2020 年 8 月 14 日
回答済み: Walter Roberson 2020 年 8 月 14 日
Is there a way to supress the "File Overwrite/Cancel" pop-up when using rfwrite()?; or invoke a button-push with this object class?
Did try some other suggestions posted by other users about supressing pop-ups but I don't think I had the correct object class.

回答 (1 件)

Walter Roberson
Walter Roberson 2020 年 8 月 14 日
create private/questdlg.m
function str = questdlg(varargin)
str = 'Yes'
You might have to get more creative such as testing the inputs for the exact question and invoking the regular questdlg otherwise

カテゴリ

Help Center および File ExchangeDialog Boxes についてさらに検索

タグ

製品


リリース

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by