有没有办法获取在Matlab会话期间发出的所有警告的列表?
E.g。如果我这样做:
select t,*
, f.converted_last_service_date
from table1 as t
cross apply [dbo].[ConvertMyDate](t.last_time_received_services) as f
我可以通过function:
检索此警告warning('hello world');
但是,如何存储/检索所有过去的警告? E.g。
lastwarn