help-octave
[Top][All Lists]
Advanced

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

Re: Cant do simple XY plot


From: Nicholas Jankowski
Subject: Re: Cant do simple XY plot
Date: Mon, 9 Nov 2015 13:40:17 -0500

On Mon, Nov 9, 2015 at 12:11 PM, Dekome, Kent F. (JSC-ER611)
<address@hidden> wrote:
> Installed the 4.0.0.0 on Windows 7 to test its ability to handle Matlab mat
> files...
>
> Loaded my test file and all data vectors are showing up, yet when I try to
> do a simple XY plot the figure window remains blank…
>
>
>
> I can plot the X and Y vector independently, but nothing happens when I do:
>
>
>
> plot( HERA_TLM_T_EngineeringData_TIMETAG,
> HERA_TLM_T_EngineeringData_LastiLoadID)
>
>
>
> I also tried wrapping the last vector with “double” since it is loaded as
> “int16”…same result. Both these vectors are 102 x 1…
>
>
>
> plot( HERA_TLM_T_EngineeringData_TIMETAG,
> double(HERA_TLM_T_EngineeringData_LastiLoadID))
>
>
>
> Whats the probably obvious problem?
>
>

Can you share a sample of the data as it looks after loading into Octave?



reply via email to

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