2010/8/31 Marcelo Dottori <[email protected]>:
> Dear Developers,
>
> I am trying to create netcdf files using the octcdf package. However, I
> always have the error message "error: a cs-list cannot be further
> indexed". I didn't find any solution searching the web. Could you,
> please, verify why I have this problem? Is this a bug already fixed? If
> so, where?
>
> Thanks,
> Marcelo Dottori.
When I get this message, I find it is my own fault. Perhaps some
example code from you would illuminate the problem? In 3.2.3, I get a
similar error when I do this:
> s(1).a="a"
s =
{
a = a
}
> s(2).a="b"
s =
{
1x2 struct array containing the fields:
a
}
> s.a
ans = a
ans = b
> s.a(1)
error: can't perform indexing operations for cs-list type
--
/* andy buckle */
------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:
Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
Octave-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/octave-dev