爱气象,爱气象家园! 

气象家园

 找回密码
 立即注册

QQ登录

只需一步,快速开始

新浪微博登陆

只需一步, 快速开始

搜索
查看: 2881|回复: 0

[求助] 下面的这段Fortran程序改成MATLAB

[复制链接]

新浪微博达人勋

发表于 2015-12-22 15:36:58 | 显示全部楼层 |阅读模式

登录后查看更多精彩内容~

您需要 登录 才可以下载或查看,没有帐号?立即注册 新浪微博登陆

x
本帖最后由 bing 于 2015-12-22 17:13 编辑

求问:下面的这段程序中,打开'MST2-IR1.raw 文件,读取ir,或者是打开'Mtsat_IJ_LL.dat',读取x,y,怎么改成MATLAB?

parameter (m=2750)
integer*1 ir(m,m)
dimension x(m,m),y(m,m)

integer*1 ir1(1100,600)
C read IR1 channel  and geolocation data ---------------      
        open(1,file='MST2-IR1.raw',form='binary')
        read(1) ir
        close(1)

  open(1,file='Mtsat_IJ_LL.dat',form='binary')
  read(1) x,y
  close(1)

下面这段是我自己改的,但是提示: Undefined function or method 'rawread' for input arguments of type 'char'.
char  m = [1,1:2750];
int (sym('ir(m,m)'));
char  [x(m,m),y(m,n)];
   int (sym('ir1(1100,600)'));
%read IR1 channel  and geolocation data ---------------      
        fid=fopen('MST2-IR1.raw','wb');
        data=rawread('MST2-IR1.raw','ir');
        fclose(fid);

  dat=fopen('Mtsat_IJ_LL.dat','w');
  data2=dlmread('Mtsat_IJ_LL.dat','x','y');
  fclose(dat);   
      也尝试了其它很多,但是一直没有解决,求提示,万分感谢~

密码修改失败请联系微信:mofangbao
您需要登录后才可以回帖 登录 | 立即注册 新浪微博登陆

本版积分规则

Copyright ©2011-2014 bbs.06climate.com All Rights Reserved.  Powered by Discuz! (京ICP-10201084)

本站信息均由会员发表,不代表气象家园立场,禁止在本站发表与国家法律相抵触言论

快速回复 返回顶部 返回列表