-
function3
The DocPolynom to Character Converter
The char method produces a character string that represents the polynomial displayed as powers of an independent variable, x. Therefore, after you have specified a value for x, the string returned is a syntactically correct MATLAB expression, which you can evaluate.
The char method uses a cell array to collect the string components that make up the displayed polynomial.
The disp method uses char to format the DocPolynom object for display. Class users are not likely to call the char or disp methods directly, but these methods enable the DocPolynom class to behave like other data classes in MATLAB.
Here is the char method.
- 2011-02-12 00:34:13下载
- 积分:1
-
dcpr
有關於語音辨識的檔案,應用於matlab語言(about speech recognization imply in matlab)
- 2011-10-16 13:17:48下载
- 积分:1
-
Fuzzy-neural-network
用matlabr2009编程实现神经网络模糊聚类算法(Programming neural network with matlabr2009 fuzzy clustering algorithm)
- 2011-06-30 08:15:48下载
- 积分:1
-
GPSmatlabs
matlab file for gps
- 2013-12-21 06:36:59下载
- 积分:1
-
matlab
用于SVM实现不同算法对不同数据集性能测试的MATLAB代码,包括离线,在线算法。(SVM implement different algorithms for different data sets to performance testing MATLAB code, including offline and online algorithms.)
- 2020-11-17 13:39:39下载
- 积分:1
-
census-transform
在matlab下对图像进行census变换(Using this code to make census transform for image on matlab)
- 2012-03-27 13:25:26下载
- 积分:1
-
lan
使用matlab进行OFDM系统调制解调模块的实现,其中包括BPSK调制,加入循环前缀,误码率计算。简单易懂的入门级程序,有详细的注释。(OFDM systems using matlab for implementation of modulation and demodulation modules, including BPSK modulation, adding cyclic prefix, the error rate. Straightforward entry-level program with detailed comments.)
- 2011-06-06 20:23:14下载
- 积分:1
-
dianli_module
电力系统建模,非常适合于初学者及专业人士参考学习(Power system modeling, very suitable for beginners and professionals refer to learning)
- 2013-07-16 10:30:42下载
- 积分:1
-
mean-shift
均值向量的编程的学习算法 通过这个算法可以变成处理图片的跟踪(Mean Vector learning algorithm programming algorithm can be turned through this track with pictures)
- 2013-11-20 15:34:55下载
- 积分:1
-
robot并联机器人matlab运动学代码
说明: 利用在 MATLAB Simulink 中的 SimMechanics 工具箱,在 Matlab 中搭建了机器人的机构模型,结合运动学数学模型,实现的机器人的运动模拟实验,并且通过末端执行器输入运动参数与输出运动参数的对比,验证了所建立的运动学模型的正确性。最后根据机构的实际限制条件,限制了两个主动臂的最大转动角度,结合正向运动学模型,得到了整个机器人末端执行器的极限运动位置坐标以及整个运动空间(Using the SimMechanics toolbox in MATLAB Simulink, the mechanism model of the robot is built in MATLAB. Combined with the kinematics mathematical model, the motion simulation experiment of the robot is realized. The correctness of the kinematics model is verified by comparing the input and output motion parameters of the end actuator. Finally, according to the actual constraints of the mechanism, the maximum rotation angle of the two active arms is limited. Combined with the forward kinematics model, the limit motion position coordinates and the whole motion space of the end effector of the whole robot are obtained)
- 2020-04-16 14:23:49下载
- 积分:1