⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 bledy.m

📁 good for who wants it
💻 M
字号:
function bledy(nr)
% trgraph
% displays error of a given number 

switch nr
    case 1
        disp('ERROR: No data! Choose another time interval.');
    case 2
        disp('ERROR: Start time >= End time!');
        pause;
    case 3
        disp('ERROR: Cannot open the file!');
    case 4
        disp('ERROR: Start time < 0!');
        pause;
    case 5
        disp('ERROR: Time is not a number!');
        pause;
    case 6
        disp('ERROR: Bad option!');
        pause;
    case 7
        disp('ERROR: Cannot read the file!');
    case 8
        disp('ERROR: Cannot save the file!');
    case 9
        disp('ERROR: Cannot read the IP file!');
    case 10
        disp('ERROR: Script file not found!');
    case 11
        disp('Cannot calculate in turbo mode!');
    case 12
        disp('ERROR: Configuration file does not exist!');
    case 13
        disp('ERROR: Cannot read configuration file!');
    case 14
        disp('ERROR: Cannot save graph data!');
    case 15
        disp('ERROR: Cannot load the graph!');
    case 16
        disp('ERROR: Cannot detect file format!');
    case 17
        disp('ERROR: Cannot read license.txt file! Exiting ...');
end   

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -