登录
首页 » matlab » contour-movie

contour-movie

于 2013-06-10 发布 文件大小:1KB
0 178
下载积分: 1 下载次数: 23

代码说明:

  在完成matlab的基本文件读写功能基础上,绘制等值线以及动画等。共有两个代码,其一为从一文本文件(.txt)中读取数据 ,勾画平面等值线,另外一个从一个文本文件汇总读取数据,制作动画。(After completing the basic matlab file read and write functions, based on the contour map and animation. There are two codes, one from a text file (. Txt) to read data, outlined planar contours, another one from a text file to read data aggregated to produce animation.)

文件列表:

contour .m,289,2013-03-16
data3.txt,196,2013-03-16
movie.m,465,2013-03-17

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • conversion_gui
    function ret = Int2Hex(var) Prints integer array to hexadecimal string varType = class(var) cast signness away: if ( u ~= varType(1) ) varType = [ u varType] var = typecast(var,varType) end nBits = str2double(varType(5:end)) if (64 == nBits) split 64 bit case into two 32 s cuz dec2hex doesn t handle 64 bit... varType(5:end) = 32 var = typecast(var,varType) end ret = dec2hex(var) if (64 == nBits) littleEndian = all(typecast(uint32(1), uint16 )==[1 0]) first = 1 + littleEndian second = 2 - littleEndian ret = [ret(first:2:end,:),ret(second:2:end,:)] end end
    2010-07-30 09:39:56下载
    积分:1
  • best
    关于粗糙集的很好的学习程序,用java编程的(rough set materials using java)
    2009-03-06 16:04:34下载
    积分:1
  • DraftPP802.11ac_D2.2
    IEEE 802.11ac 协议草案2012年5月版本。正式版本大概是2014年初才能确定。(IEEE 802.11ac draft version of the agreement in May 2012.)
    2014-01-06 19:11:54下载
    积分:1
  • tdnn
    TDNN for time series forecasting
    2014-07-09 14:01:59下载
    积分:1
  • hw4_nirit_dimitry
    fourier tramsform this program doese fourier transform to given picture using convlotion methods
    2009-06-01 18:11:34下载
    积分:1
  • c6exsf1
    通过matlab编辑S函数来实现对单相接地故障中故障电阻的计算(S function editing through matlab to achieve the single-phase ground fault in the fault resistance calculation)
    2013-09-20 15:53:05下载
    积分:1
  • mathmatical-calculation-with-matlab
    CG、Gauss、SOR、Jacobi迭代法matlab程序 自己收藏的源程序(CG, Gauss, SOR, Jacobi iteration method matlab program his collection of source code)
    2014-12-16 10:26:43下载
    积分:1
  • zfsb
    基于matlab的字母识别,基于模板匹配,因为采用区域生长法,速度可能有些慢!(Base on matlab!)
    2013-12-16 12:03:48下载
    积分:1
  • leach
    leach协议matlab代码,很不错的,希望对学习leach协议的同学有帮助。(leach agreement matlab code, very good, I hope to learn leach protocol help students.)
    2014-01-10 16:57:41下载
    积分:1
  • OFDM_BPSK_up_conv4
    说明:  一个简单的代码,用于说明OFDM发送器和接收器的操作,包括RF上变频和下变频;(A simple code to illustrate the operation of an OFDM transmitter and Receiver including RF upconversion and down-conversion ;)
    2020-04-21 17:17:32下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载