-
84-100
《MATLAB时尚百例实例》实例84-1()
- 2007-07-11 15:12:15下载
- 积分:1
-
Mie
Mie散射计算,另包含相对尺度和复折射率的计算程序(Mie scattering calculations, and contains the relative scale and complex refractive index of the calculation program)
- 2009-10-06 13:55:50下载
- 积分:1
-
matlabmiaoshu
分支定界法的matlab描述,其中有具体的代码信息 (Branch and bound method described in matlab)
- 2010-01-24 21:59:16下载
- 积分:1
-
hangkong
一个小管理软件,对初学者有一定的辅助作用,主要学习一下开发思想(A small management software for beginners with some supporting role, mainly to learn about development of ideas)
- 2010-01-26 09:41:13下载
- 积分:1
-
niudunlafuxun
该算法是修正过的牛顿拉夫逊潮流算法 运用到matlab环境中可以直接输入原始参数运行(The algorithm is a modified Newton Raphson power flow algorithm can be applied to the matlab environment to run directly into the original parameters)
- 2011-05-22 10:00:07下载
- 积分:1
-
loadshed
说明: 模拟潮流计算中支路断开导致潮流越限的情况 切负荷处理(about power flow and load shed)
- 2020-12-30 21:29:01下载
- 积分:1
-
OFDM_16QAM
OFDM 16QAM Simulink model
- 2009-07-14 17:03:30下载
- 积分:1
-
Introduction_to_Model_Predictive_Control_Toolbox
this is a powerful toolbox for model predictive control in matlab
- 2010-05-27 20:50:24下载
- 积分:1
-
Hysteresis_band_CCPWM_single_phase
This is a Simulation for Hysteresis Band PWM Technique for Power COnverters in MATLAB Simulink.
- 2013-01-25 22:33:26下载
- 积分:1
-
repval
repval(X) finds all repeated values for input X, and their attributes.
(The input may be vector, matrix, char string, or cell of strings
Y=repval(X) returns the repeated values of X
[RV, NR, POS, IR]=repval(X) returns the following outputs
RV : Repeated Values (sorted)
NR : Number of times each RV was repeated
POS : Position vector of X of RV entries
IR : Index of repetition
Example:
X=[1 5 5 9 5 5 1]
[RV,NR,POS,IR]=repval(X)
Output:
RV = [1 5] Numbers 1 and 5 are repeated values
NR = [2 4] Respectively repeated 2 and 4 times
POS = [1 7 2 3 5 6] Position index of X for repeated values
IR = [1 1 2 2 2 2] Corresponding to which index of RV
)
- 2010-12-14 15:13:45下载
- 积分:1