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

matlab中绘制等温线的m文件

于 2022-01-21 发布 文件大小:3.95 kB
0 70
下载积分: 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 个回复

  • wcdma_simulink
    此程序给出了WCDMA系统的simulink仿真程序及完整的程序,给出了详细的仿真过程.(This procedure gives the WCDMA system simulink simulation program and complete the procedure, given a detailed simulation.)
    2007-07-31 13:49:18下载
    积分:1
  • complex_method_wiens_0_03
    复形调优算法,,本算法是改进型算法,它在全局范围内寻找最优点,收敛效果好且快(Complex tuning algorithms, the algorithm is modified algorithm, the scope of its global search for the most advantage of faster convergence and better)
    2009-06-19 20:50:01下载
    积分:1
  • gauss_seidel
    this is a good method for load flow.
    2011-05-18 21:52:21下载
    积分:1
  • stack-array-1-dimension
    stack array 1 dimension
    2015-03-14 21:55:32下载
    积分:1
  • question3
    three dimensional fin equation and area changing
    2015-03-24 17:48:08下载
    积分:1
  • qiujieguoch2
    matlab求解reynolds方程程序(matlab program for solving Reynolds equation)
    2009-02-11 14:07:37下载
    积分:1
  • Introduction-to-Simulink-with-Engineering-Applica
    A book for MATLAB beginners
    2013-09-05 05:40:56下载
    积分:1
  • TSP
    TSP问题是经典的寻优问题 也是人工智能里一个重要的问题 我编写的程序主要是用蚁群算法来解决这个问题。蚁群算法是人工智能里用来寻优的重要算法 由于蚁群算法的优点使得TSP问题能够实现。 (The TSP problem is a classical optimization problem is also an important problem in artificial intelligence programs written in my main is to use ant colony algorithm to solve the problem. Ant colony algorithm is used in artificial intelligence (ai) optimization algorithm is important due to the advantages of ant colony algorithm can achieve the TSP problem.)
    2013-03-19 19:16:30下载
    积分:1
  • Prim-algorithm
    用MATLAB写的,用Prim算法找出图中的最小支撑树,文件中有例子,有计算的结果,一看便懂。(Written in MATLAB, with the minimum support tree in the Prim algorithm to find a figure, file example, with the result of calculation, a see will understand.)
    2013-11-01 10:27:48下载
    积分:1
  • Intelligent optimization algorithm based on TSP-PSO
    Intelligent optimization algorithm based on TSP-PSO matlab
    2022-01-31 11:38:36下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载