help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Multibandread in octave


From: Cameron MacArthur
Subject: Re: Multibandread in octave
Date: Wed, 10 Jul 2013 09:07:35 -0400

Thank you so much Mr. Ohlhus! That's all very helpful.  I think I'll be able to do it now.  Can't thank you enough!

Sincerely,

Cam

Sent from my iPhone

On Jul 10, 2013, at 6:34 AM, Kai Torben Ohlhus <address@hidden> wrote:

Hello Cam,

I think you refer to this MATLAB-function: http://www.mathworks.de/de/help/matlab/ref/multibandread.html
This function isn't implemented by Octave or any Octave-forge package as far as I can say. I don't know what your colleague did with this function, it seems to be a convenience wrapper for simple C-style binary I/O. If you are familiar with the C programming language, it would be no problem to get you binary I/O done by reading this section of the GNU/Octave manual: https://www.gnu.org/software/octave/doc/interpreter/C_002dStyle-I_002fO-Functions.html

Many parameters of multibandread() that seem important to me for binary I/O can be found in other functions:
Only the interleaving (the repetition of certain data structures) must be controlled by you with for example for-loops.

Good luck with your project,

Kai




On 9 July 2013 18:35, Cameron MacArthur <address@hidden> wrote:
Hello all,

I noticed via Octave Forge, that there is a missing-functions package for Octave in an effort to eventually have it include all matlab functions. I am desperately trying to do with Octave what a colleague did with matlab and the multibandread function. Is there any function like multibandread in Octave?  And if not, do you know of any other way (ie 3rd party app) I can do multibandread? I figured you all would be the right people to ask.  Hopefully you can help me!

Thanks much,

-Cam
_______________________________________________
Help-octave mailing list
address@hidden
https://mailman.cae.wisc.edu/listinfo/help-octave


reply via email to

[Prev in Thread] Current Thread [Next in Thread]