Skip to content

zsc-chris/zsc-s-MATLAB-basic-toolbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

This software is released under MIT license. 本软件在MIT许可下发行

This toolbox provides utilities that help simplify data processing, numerical simulations and toolbox development of MATLAB. 该工具箱提供实用功能,以简化MATLAB数据处理、数值模拟和工具箱开发。

The most highlighted invention would be dimension-named tensor (DNT) class, which allows MATLAB users to easily manage dimensions (for example, the y-x-z dimension order for an image; and also when you use MATLAB tensor toolbox), which also generalizes a lot of MATLAB functions so that they are suitable for any dimension inputs. Such class seems to be the first among the internet. 最引人注目的发明是维度命名张量(DNT)类,它允许MATLAB用户轻松管理维度(例如,图像的y-x-z维度顺序;以及在使用MATLAB张量工具箱时),它还推广了许多MATLAB函数,使其适用于任何维度的输入。

Other important inventions: zsc namespace, which provides enhanced MATLAB functions; starclass and dstarclass, which introduces * and ** functionality in Python to MATLAB; etc. 其他重要发明:zsc 命名空间,提供增强的MATLAB函数;starclass和dstarclass,将Python中的*和**功能引入MATLAB;等等。

The first DNT on the Internet is now available! DNT can name each dimension of the matrix, so you no longer have to remember which dimension to calculate. You can just specify the dimension name! 全网首发DNT震撼登场!DNT可以给矩阵的每个维度命名,从此告别记忆对第几个维度进行运算的烦恼,直接指定维度名称即可!

Contents:See Contents.m 目录:参见Contents.m

Contents of zsc namespace:See Contents.m zsc命名空间的目录:参见Contents.m

About

Very useful for STEM majors!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages