Re: extract arrays according the number of consecutive values



First, I wanted to thank you, Kumar for the quick answer: 5
stars for the answer, this is exactly what I was looking for. I would not have
found it by myself.


















I have an other problem to plot now Col( B)=f (Col( C))What I would like to do is plot Col (B)=Col (C) with
different plots (colour) on a same graph when the value in column A changes.I managed to have 2 arrays (thanks to the forum with some
modifications):-One to tell me each first indexes when the value changes-One to tell me each last indexes when the values changesMy idea would be to use theses indexes to split the initial
array by  a loop when the value in Column
A changes and then in an other loop  (or
in the same) connect the XY graph to the build arrays.The only problem is that before running Labview I do not
know how many different values in column A I have so I do not know how many
arrays will be created when I will try to split the initial array.Is someone know if this solution is possible?Thank you in advance for the help.




Olivier
.



Relevant Pages

  • Re: Area Charts With Negative Numbers
    ... to shift all the benchmark points to be non-negative and then plot ... > I'm curious if anyone has had success trying to design an area chart ... > 3) Currently I'm generating line plots for all the arrays. ... Then I put the shifted graph below another graph ...
    (microsoft.public.excel)
  • problem with gnuplot in XP
    ... I made 2 arrays, which are i and uzuy (both are ... And I want to plot the graph between those ... from Gnuplot import Gnuplot, Data ...
    (comp.lang.python)
  • Re: Plotyy Problems
    ... > I now have a graph that consists of two straight lines, plotted> diagonally across the plot area, however this doesn't seem> representative of my data. ... you just plotted the above arrays which are straight lines -- which is the question I raised earlier of why would you care to plot these against each other???? ...
    (comp.soft-sys.matlab)
  • Re: Image Exporting in Application in Visual c++ 6.0
    ... has 2 arrays of data that I need to plot in my ... application and then export the graph as an image. ... have been able to plot using LineTo function but could please anyone ... tell me how to export this graph in a image file through my ...
    (microsoft.public.vc.language)
  • Plotting Graphs by Arrays
    ... I want to plot scatter graphs for some ... and assigns this to arrays, and the second one plots them. ... Sub AssignValues() ... Dim valueY() As Single ...
    (microsoft.public.excel.programming)