Skip to content

Commit

Permalink
IOFun.SendMeowAlert
Browse files Browse the repository at this point in the history
  • Loading branch information
埃博拉酱 committed Oct 1, 2022
1 parent 01adbe8 commit 2a0c44e
Show file tree
Hide file tree
Showing 7 changed files with 301 additions and 150 deletions.
Binary file added +MATLAB/+IOFun/SendMeowAlert.mlx
Binary file not shown.
2 changes: 1 addition & 1 deletion +MATLAB/Version.m
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
function V = Version
V.Me='9.4.2';
V.Me='9.5.0';
V.MATLAB='R2022a';
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,8 @@ end
function Table = DelimitedStrings2Table(Strings,FieldNames,Delimiter,options)
%批量重命名.mat文件中的变量
function MatVariableRename(OldNames,NewNames,MatPaths)
%发送喵提醒
function SendMeowAlert(MeowCode)
%将org.w3c.dom.Document导出为XML文本
function XmlString = XmlDom2String(XmlDom)
%将XML字符串解析为org.w3c.dom.Document类型
Expand Down
Loading

0 comments on commit 2a0c44e

Please sign in to comment.