-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
埃博拉酱
committed
Nov 5, 2022
1 parent
fb1093f
commit 485e6d9
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
function V = Version | ||
V.Me='9.9.0'; | ||
V.Me='9.10.0'; | ||
V.MATLAB='R2022a'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
<param.authnamewatermark>埃博拉酱</param.authnamewatermark> | ||
<param.email>[email protected]</param.email> | ||
<param.company>一致行动党</param.company> | ||
<param.summary>提供许多内置函数的bug修复(是的,我们有在替官方修bug)、功能升级版,以及一系列内置函数所欠缺,但却常用的增强功能(部分功能仅支持Windows系统)。例如,表合并,维度化逻辑赋值,统一数组尺寸,发送喵提醒,从工作区复杂变量搜索指定名称……</param.summary> | ||
<param.summary>提供许多内置函数的bug修复(是的,我们有在替官方修bug)、功能升级版,以及一系列内置函数所欠缺,但却常用的增强功能(部分功能仅支持Windows系统)。例如,在不破坏图连通性的前提下尝试移除节点,表合并,维度化逻辑赋值,统一数组尺寸,发送喵提醒……</param.summary> | ||
<param.description>本包中所有函数均在MATLAB命名空间下,使用前需import。使用命名空间是一个好习惯,可以有效防止命名冲突,避免编码时不必要的代码提示干扰。 | ||
|
||
+MATLAB | ||
|
@@ -22,7 +22,7 @@ | |
+UITools | ||
每个代码文件内部都有详细文档,可以用doc命令查看。</param.description> | ||
<param.screenshot>${PROJECT_ROOT}\图标.png</param.screenshot> | ||
<param.version>9.9.0</param.version> | ||
<param.version>9.10.0</param.version> | ||
<param.output>${PROJECT_ROOT}\埃博拉酱 的 MATLAB 扩展 Extension.mltbx</param.output> | ||
<param.products.name /> | ||
<param.products.id /> | ||
|