Is it possible to pass "array of structures" as an argument to the CALLLIB function in MATLAB 7.7 (R2008b)?

3 views (last 30 days)
I have an array of structures which I wish to pass to the CALLLIB function. At present I use a FOR loop to pass one structure at a time and get the return value. I am unable to pass the entire structure instead of indexing through it using FOR loop and get an array of output results.

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 27 Jun 2009
The ability to pass an array of structures as an argument to CALLLIB function is not available in MATLAB 7.7 (R2008b).
The workaround is to pass each of the structures in the array seperately, using a FOR loop.

More Answers (0)

Categories

Find more on Structures in Help Center and File Exchange

Products


Release

R2008b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!