disable informational messages displayed by "catool" toolbox
显示 更早的评论
Hallo,
i am using
= load_ifile(filename,offset_correction)
a function that is a component of catool toolbox (Internal Combustion Engine Indicating and Cylinder Pressure Analysis toolbox)
This display in the command window:
Combustion Analysis Tool (catool)
Copyright (C) Ben Brown, 2000-2014
Version 1.0.2 (SVN revision 561)
www.catool.org
catool incorporates code from the public.....
That is not caused by function itself but by the exetcutable as part of catool toolbox. So how can i disabel this massage.
opts1 = optimset('display','off');
% or
warning off all
does not work
采纳的回答
更多回答(2 个)
Image Analyst
2015-1-17
Do you see this line:
Copyright (C) Ben Brown, 2000-2014
I would strongly bet that having that message displayed is a requirement of the license and you'd be breaking the law if you removed it.
1 个评论
Image Analyst
2015-1-18
What do you mean by "the exetcutable"? Is some part of the code contained in a DLL or exe file? If so, you won't be able to modify it. If it's just in an m-file, find it and get rid of it.
类别
在 帮助中心 和 File Exchange 中查找有关 Combustion and Turbomachinery 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!