matlab取模与取余 mod函数采用floor,rem函数采用fix函数。那么什么是floor和fix?fix(x):截尾取整。如:>> fix([3.4 , -3.4])ans =3 -3floor(x):高斯取整(不超过x的最大整数)。如:>> floor([3.4 , -3.4])ans =3 -4PS:顺便再说下另外两个取整函数ceil... MATLAB 2023-07-21 48 点赞 0 评论 72 浏览
直流电机双闭环调速系统MATLAB仿真 Chopper-Fed DC Motor DriveThis example shows a Chopper-Fed DC Motor Drive.DescriptionThe DC motor is fed by the DC source through a chopper which consists of GTO thyristor and free-wheeling diode ... MATLAB 2023-07-10 48 点赞 0 评论 72 浏览