octave-maintainers
[Top][All Lists]
Advanced

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

help with audiodevinfo


From: Rik
Subject: help with audiodevinfo
Date: Tue, 31 Dec 2019 09:24:33 -0800

Could someone with access to Matlab run

x = audiodevinfo

The answer will vary somewhat based on the capabilities of your machine,
but I'm interested in whether the struct arrays returned are column vectors
or row vectors.  In Octave, they are row vectors as shown by the result on
my machine.

x =

  scalar structure containing the fields:

    input =

      1x4 struct array containing the fields:

        Name
        DriverVersion
        ID

    output =

      1x15 struct array containing the fields:

        Name
        DriverVersion
        ID

Thanks,
Rik

reply via email to

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