搜索资源列表
MultiPlot
- Plot your multichannel data despite of being real or complex in Matlab. Mreshape reshapes your 3d data by your desired arrangment. Mreshape4 reshape your 4d data
dxVideo
- This library contains helper functions to read image frames into matlab from Video file using DirectShow. This library has borrowed codes from Ashwin Thangali s "DirectShow (DirectX) based AVI file reader", and it can read multiple video formats
CC
- 时间序列分解,时间序列重构,时间延迟的计算。-the disjiont of time series,reshape the time series,calculate the time delay.
reshape
- 一个Matlab图像处理的程序,能够将一个破碎的图像进行拼接。-A Matlab image processing program, a broken image stitching.
ThreeTable
- 这个文件实现了Matlab/Simulink中的三维查找表,对要用到查表的人有帮助,里面用到Reshape函数-This file implements the Matlab/Simulink in a three-dimensional look-up table for use to help people look-up table, which used Reshape function
2
- modem.qammod对象实现M-QAM调制器,本示例中M为16。其输入参数是从0到15的整数而不是4bits二进制数据。因此,在利用此对象的modulate方法之前需要对二进制数据序列x进行预处理。特别地, 先采用MATLAB中的reshape函数将x沿着矩阵的行方向重新整理成每行4bit数据,然后应用bi2de函数将4bit数据转换成相应的整数。-modem.qammod object implements M-QAM modulator M in this example is 16.
De3sk22top
- matlab源码-重塑平衡的一维到二维 可以作为参考使用,在学习的过程中 -matlab source code- to reshape the balance of one-dimensional two-dimensional can use as a reference, in the learning process
Desk231top
- matlab课程编程【谷速软件】重塑平衡的一维到二维-matlab programming courses [Valley] speed software to reshape the balance of one-dimensional two-dimensional
example_of_pause
- 一个Matlab程序,绘制一个3D心型图像,使用了axes,patch,reshape,contourc,pause这几个函数-A Matlab program,drawing a heart-shape picture figure in 3D,with function :axes,patch,reshape,contourc,pause etc.
题目大纲
- 函数功能:重新调整矩阵的行数、列数、维数。在matlab命令窗口中键入doc reshape或help reshape即可获得该函数的帮助信息。