help-octave
[Top][All Lists]
Advanced

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

Re: newbie and cs-list


From: Sebastian Schöps
Subject: Re: newbie and cs-list
Date: Thu, 8 Feb 2018 08:34:09 -0700 (MST)

Pierrick Hanlet wrote
> Ican see the names clearly:
>  >> ConvertedData.Data.MeasuredData.Name
> ans = Root
> ans = AI Channels
> ans = AI Channels/U1_L1
> ans = AI Channels/U1_U5
> ans = AI Channels/U5_L5
> ans = AI Channels/L5_L1
> ans = AI Channels/U01_U1
> ans = AI Channels/U02_U1
> ans = AI Channels/L1_L03
> ans = AI Channels/L1_L01
> ans = AI Channels/RVT11
> ans = AI Channels/HP01
> ans = AI Channels/HP02
> ans = AI Channels/HP05
> ans = AI Channels/PSUV
> ans = AI Channels/PSUI
> 
> What I really want is to look at the data in "AI Channels/RVT11". However,
> I don't know how to index ConvertedData.Data.MeasuredData.Data to select
> onlythe sample of interest.  Every time I attempt to do soyields the error
> message:
>  >> ConvertedData.Data.MeasuredData.Data(9)
> error: a cs-list cannot be further indexed

I'd say you need 
> ConvertedData.Data.MeasuredData(9).Name
or
> ConvertedData.Data.MeasuredData(9).Data

Best
Sebastian



--
Sent from: http://octave.1599824.n4.nabble.com/Octave-General-f1599825.html



reply via email to

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