structure field with embedded space
- From: "Paul " <pjohnson@xxxxxxxxxxxxx>
- Date: Thu, 27 Sep 2007 17:42:50 +0000 (UTC)
I am modifying some Matlab code that accesses a .dll.
The .dll returns a structure. Some of the fields in the
structure have embedded spaces. (The name of the
structure is frameformat, so, for example, when I type
frameformat on the command line, one of the fields that is
returned is 'y offset'. Any attempts to change this
field, e.g. frameformat.y offset = 1
produce an error, obviously. So....how do I modify these
fields? Thanks!
.
- Follow-Ups:
- Re: structure field with embedded space
- From: Walter Roberson
- Re: structure field with embedded space
- Prev by Date: Re: A possible bug in single precision
- Next by Date: Re: How to automatically open multiple data files
- Previous by thread: Re: Stand alone application with out admin rights
- Next by thread: Re: structure field with embedded space
- Index(es):
Relevant Pages
|