Oh, and... I'm not entirely sure what rfdata.data is, except I believe that it somehow specifies the format or type data that is being read. In my case a touchstone file, but I think other data files could be processed by this as well.
Here is a link to the read help page on the matlab site http://www.mathworks.com/help/rf/read.html -----Original Message----- From: ajua...@gmail.com [mailto:ajua...@gmail.com] On Behalf Of Juan Pablo Carbajal Sent: Friday, October 19, 2012 1:07 AM To: Paul Carlin Cc: octave-dev@lists.sourceforge.net Subject: Re: [OctDev] Is there function in octave that is equivalent to the read function in matlab On Fri, Oct 19, 2012 at 12:23 AM, Paul Carlin <prcar...@comcast.net> wrote: > Hi, > > I'm new to both matlab and octave. > > Can you recommend a proper approach in octave that would be equivalent > to the following read function from matlab? > > h = read(rfdata.data, filename) > > Thanks very much for all your help. > > -Paul > > > ---------------------------------------------------------------------- > -------- Everyone hates slow websites. So do we. > Make your web apps faster with AppDynamics Download AppDynamics Lite > for free today: > http://p.sf.net/sfu/appdyn_sfd2d_oct > _______________________________________________ > Octave-dev mailing list > Octave-dev@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/octave-dev Paul, Welcome! There are several read functions in matlab. Maybe if you tell us what you want to accomplish then we can tell you what are the options available? Are yopu trying to read a file? Are you trying to read a frame from a video file? What is rfdata.data? etc... ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_sfd2d_oct _______________________________________________ Octave-dev mailing list Octave-dev@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/octave-dev