X
PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 05 Feb 2018 02:36 AM by  christin matondang
Read coordinate data of .mat file in IDL
 2 Replies
Sort:
You are not authorized to post a reply.
Author Messages

christin matondang



New Member


Posts:1
New Member


--
26 Jan 2018 12:34 AM

    Hello everyone, i am still a beginner in IDL. I need your help.
    I want to open lat and lon data in .mat format, whether it can be done in IDL or should I convert to another format?

    Previously I found link related to this issue in the forum,
    http://www.harrisgeospati...aft/368/Default.aspx
    but I do not understand how it works.


    David Starbuck



    Basic Member


    Posts:143
    Basic Member


    --
    30 Jan 2018 03:58 PM
    As far as I know, there is no built in routines to read .mat into IDL. According to the the other forum post you mentioned, it appears that one of our users created a custom routine to perform this task that is located here:

    https://github.com/gordonfarquharson/idl-load-mat

    You can use this routine by downloading the .pro file, compiling it and running the program as described in its documentation.

    David
    HGS



    christin matondang



    New Member


    Posts:1
    New Member


    --
    05 Feb 2018 02:36 AM
    Thanyou for you answer.

    I still can't read my data with that function, finally i convert the data to netcdf file using ncl program, and now i can read the data in IDL

    You are not authorized to post a reply.