Thanks very much for your response, Juan. I'm wanting to read the contents of a touchstone file, (S-parameter NxN Matix with frequency points) into octal in a similar way that the matlab RF toolbox read function works with the rdata.data object type.
Is there an equivalent function in octave, or, would I need to create from scratch? -----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