登录
首页 » Matlab » matlab中绘制等温线的m文件

matlab中绘制等温线的m文件

于 2022-01-21 发布 文件大小:3.95 kB
0 63
下载积分: 2 下载次数: 1

代码说明:

clear;close all; fphn=fopen("hunan.txt","r"); hnb=fgetl(fphn); hnmap=fscanf(fphn,"%f %f",[2,59]); % It has 59 rows now.湖南省界经纬度 fclose(fphn); hnmap=hnmap"; xa=hnmap(:,[1]); ya=hnmap(:,[2]); fp=fopen("LATLON57.txt","r"); LL57=fscanf(fp,"%d %f %f",[3,97]); % It has 97 rows now.湖南省97县名称号码,经纬度 fclose(fp); LL57=LL57"; x=LL57(:,[3])/10;

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

发表评论

0 个回复

  • Polar Codes in MATLAB - v2
    说明:  polar code编译码 包括生成矩阵编码,SC译码算法,BER和BLER计算以及画图。(Polar code encoding and decoding It includes generating matrix coding, SC decoding algorithm, BER and BLER calculation and drawing.)
    2021-03-17 14:49:20下载
    积分:1
  • harris_code
    harris角点检测算法,代码可以通过修改sigma, thresh, radius, disp的值控制角点数量。(harris corner detection algorithm, the code can be by modifying the sigma, thresh, radius, disp corner of the value of quantity control.)
    2009-03-31 13:51:32下载
    积分:1
  • pvsystem
    光伏发电系统,可用于新能源发电系统的研究设计 (PV systems)
    2020-11-26 16:09:32下载
    积分:1
  • murali_Matrix_Converter_3phase
    it is the simulation of matrix converter with motor load. matrix converter is an upcoming popular converter from ac to ac with out use of dc link.
    2009-09-15 03:39:48下载
    积分:1
  • fhss
    调频扩频,差分跳频技术是近年出现的一种新型扩频通信技术,他集跳频图案、信息调制与解调等功能于一体,构成与传统跳频技术完全不同的技术体制。对近年出现的扩频通信新技术——差分跳频技术进行了全面介绍。在对差分跳频关键技术进行详细分析的基础上,着重说明其优点及尚需解决的问题。 (Spread Spectrum Frequency Modulation)
    2009-10-21 16:23:11下载
    积分:1
  • matlab
    matlab c++书写上传资料的详细功能、包含内容说明(至少(matlab C++)
    2010-05-09 14:45:30下载
    积分:1
  • saveimage2file
    可以实现图像的批量保存,里面有调用函数和功能函数。比如,读取了“F:saveimage2file1.jpg”做处理,你可以在原路径下批量保存为“F:saveimage2file esult(文件夹的名字可以在程序中修改)1result.jpg(也可以保存为10,11,12等名字,能够修改)”(save images to file)
    2011-10-28 09:23:11下载
    积分:1
  • 20131124
    在matlab中直接调用的doolittle分解、改善的平方根法分解、追赶法分解小程序(Small program can be called directly in matlab,including doolittle decomposition method,improved square root of decomposition and catching decomposition method using in triangular matrix decomposition)
    2013-11-24 10:54:02下载
    积分:1
  • random
    通过这个实验,熟悉并能够灵活运用随机数函数方法去解决实际生活中的问题。(Through this experiment, familiar and flexible use of random number function to solve real life problems.)
    2010-05-23 09:10:30下载
    积分:1
  • hadamard
    压缩感知算法中观测矩阵为哈达玛矩阵重构算法为OMP时的测量相对误差与观测矩阵维数的关系(Compressed sensing algorithm for the Hadamard matrix of observation matrix reconstruction algorithms for the OMP and the relative error when measuring the dimension of the relationship between the observed matrix)
    2011-08-19 14:55:41下载
    积分:1
  • 696516资源总数
  • 106475会员总数
  • 7今日下载