Arrays greater than 0 and taking only the elements that doesn't contain that

Hi, I have 6 arrays.
X-Axis, Y-Axis, PressRef, TempRef, PV, and VecorPress.
I have created a spreadsheet for them using txt
When I use colum 1 (X-Axis) Vs. column 2 (y-axis) to plot in an XY graph in excel, I want to delete all ELEMENTS that have the value ZERO on my X-axis.
Meaning that all the elements of X-axis that are 0's.
For example..
I have X,Y,Z
130     15   16
130     15   17
0         16   17
131     16   17
When I have it in my text. I only want to see this
130     15   16
130     15   17
131     16   17
I have a diagram picture of what i currently have and then i have a txt file that i currntly have. can someone help me?
thank you
Best regards,
Krispiekream
Attachments:
Image2.jpg ‏76 KB
New Text Document.txt ‏158 KB

The OpenG functions can be found from the OpenG site. They save you the trouble of having the code some stuff up yourself.
The "code it yourself approach" using a temporary 2D array looks like this:
Note: As I said, there will be some memory thrashing as LabVIEW allocates memory for the growing 2D array. The alternate method I described would use "Initialize Array" to create a 2D array and then use Replace Subset to "insert" the rows into the 2D array. I will leave it as a learning exercise for you to code that up.
Message Edited by smercurio_fc on 11-05-2007 05:15 PM
Attachments:
Example_BD.png ‏14 KB

Similar Messages

  • My computer asked me to upload Itunes.  I had recently converted to windows 8.  When I went ot sync with my iphone it took off all of my music previously purchased and entered only the recent purchases.  I see that Icloud has the music but I cant access

    I logged into Apple support and clicked on Itunes to go to my account.  Instead it instructed me to upload itunes to my computer.  I recently upgraded to Windows 8.  I uploaded and puchased some music to add.  When I went to synce and add all music to my iphone it deleted my play lists and added the new only.  I see my playlist is saved on icloud but I cannot get to it either.  What can I due to get all music back?

    Syncing with a new iTunes library will remove content from the device and replace it with content from the new library.
    Put the content desired into iTunes on the new computer.
    iDevices are NOT backup devices.

  • Camel Query : Calender list : Get Items agains given date that must be greater than and eqaul to start date and greater less than or equal to end date ?

    Camel Query : Calender list : Get Items agains given date that must be greater than and eqaul to start date and greater less than or equal to end date ?
    A Snap of Employee holiday list
    Case : Anne juul Sondergaar is on leave from 05-06-2014 to 07-06-2014
    I need a query to check wheither Anne juul is on leave at 06-06-2014 ????
    I am using this query that return nothing
    SPQueryquery =
    newSPQuery();
                                query.Query =
    @"<Where>
    <And>
    <And>
    <Leq>
    <FieldRef Name='Til' />
    <Value Type='DateTime'>"
    + WorkingStartDate.ToString("yyyy-MM-dd")
    + @"</Value>
    </Leq>
    <Geq>
    <FieldRef Name='Fra' />
    <Value Type='DateTime'>"
    + WorkingStartDate.ToString("yyyy-MM-dd")
    + @"</Value>
    </Geq>
    </And>
    <Eq>
    <FieldRef Name='Medarbejdere' />
    <Value Type='Lookup'>"
    + EmployeeName.Trim() +
    @"</Value>
    </Eq>
    </And>
    </Where>"
                                query.ViewFields =
    " <FieldRef Name='ID' />";
    Ahsan Ranjha

    Hello,
    Download CAML query builder from below location and use it to build your query:
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/f7b36ebc-6142-404a-8b04-9c87de272871/where-can-i-download-the-u2u-caml-query-builder-for-sharepoint-2010may-i-know-the-exact-link?forum=sharepointgeneralprevious
    Hemendra:Yesterday is just a memory,Tomorrow we may never see
    Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • Get item Greater than and equal to today's date...

    Hi,
    We are having issue in getting item greater than today's from SharePoint List. We have a column in list with Date and Time Data type.
    I am using below code to get data greater than and equal to today's date.
    SPQuery query = new SPQuery();query.Query = "<Where><Geq><FieldRef Name='Expires' /><Value Type='DateTime'>"+ DateTime.Today.ToShortDateString() + "</Value></Geq></Where>";
    SPListItemCollection listItemCollection = list.GetItems(query);
    Please suggest what is wrong in above query.
    Regards,
    Amit Chhatbar

    Hi Amit,
    I guess the date is expected to be in UTC and ISO 8601 format. Use the below code and check if it works.
    DateTime.UtcNow.ToString("yyyy-MM-ddTHH:mm:ssZ")or DateTime.Today.ToString("yyyy-MM-ddTHH:mm:ssZ")
    Ram Prasad Meenavalli | MCITP | MCTS SharePoint | MCPD SharePoint | http://www.spdeveloper.co.in

  • Please assist. How can I make all the photos on my Iphone visible? and not only the recently added ones? I'm using IOS 8

    Please assist. How can I make all the photos on my Iphone visible? and not only the recently added ones? I'm using IOS 8

    Did you move to iOS 8 via iTunes?  Your photos should all be on your iPhone 5s without any issues even if you updated via WiFi.  The update should have no impact on your photos other than to have moved any photos in your former Camera Roll to your Photos.  When opening the Photo App you should see Photos and Albums available at the bottom of the screen.  You can also look at Settings>General>About and looking down the list your should see the word Photos and a Count at the right.  This count should represent all of the photos in your iPhone.

  • HT5048 Hi, 1.34 is too much for me ... can I deselect Catalan, Croatian, Greek, Hebrew, Romanian, Slovak, Thai, and Ukrainian languages and download only the OS with less GB?

    Hi,
    1.34 GB is too much for me to download ...
    Can I deselect Catalan, Croatian, Greek, Hebrew, Romanian, Slovak, Thai, and Ukrainian languages and download only the OS with less GB?
    I tried several times but not successfull ...
    please help me to update my OS.
    thanks

    Are you asking why those non-ASCII characters are printing incorrectly? It's because the console is still treating the output as ASCII. The JVM is encoding each character as two bytes according to the UTF-8 spec, but the console is treating each byte as a separate, ASCII-encoded character. Changing the locale of the OS or the "file.encoding" property of the JVM doesn't affect the behavior of the console.
    When I run your code on my WinXP machine (leaving "file.encoding" at its default setting), I get this output: // __ System.getProperty("file.encoding"): |Cp1252|
    // __ |en_US|
    // __ |225|�|
    // __ |233|&#920;|
    // __ |237|&#966;|
    // __ |243|&#8804;|
    // __ |250|�|
    // __ |252|&#8319;|
    // __ |241|�|
    // __ |191|&#9488;|
    // __ |161|�|
    // __ |251|&#8730;|
    // __ |224|&#945;|
    // __ |223|&#9600;|
    // __ |232|&#934;|
    // __ |235|&#948;| The JVM is outputting the text as cp1252, but the console is treating it as cp437, its default codepage (encoding). When I change the console's encoding with the command "CHCP 1252" and run the code again, I get: // __ System.getProperty("file.encoding"): |Cp1252|
    // __ |en_US|
    // __ |225|�|
    // __ |233|�|
    // __ |237|�|
    // __ |243|�|
    // __ |250|�|
    // __ |252|�|
    // __ |241|�|
    // __ |191|�|
    // __ |161|�|
    // __ |251|�|
    // __ |224|�|
    // __ |223|�|
    // __ |232|�|
    // __ |235|�| I don't know if it's possible to change the encoding of the console in your OS, but that's not a showstopper. Just write the output to a file, then use a reasonably capable text editor to view the result. And there's no need to change all those OS/JVM settings; just specify the encoding when you open the file for writing: FileOutputStream fos = new FileOutputStream("out.txt");
    OutputStreamWriter osw = new OutputStreamWriter(fos, "UTF-8");

  • When I go to my folders in the doc, the fan feature is not there. It stays in grid. I can click list. Once in list (and list only), the fan option returns. However when I click it, it just goes to automatic. My folders just have 3 items or less in them.

    When I go to my folders in the doc, the fan feature is not there. I stays in grid. I can click list. Once in list (and list only), the fan option has returned. However when I click it, it just goes to automatic. My folders just have 3 items in them. How do I correct this? Quick note...when my son logs into his user account, the fan feature pops right up and works fine. Thanks!

    Is the Dock on the bottom or the side? Fan is not an option with it on the side.

  • I bought creative cloud just now and have only the option of "TRY" and not "Install"-why?

    i bought creative cloud just now and have only the option of "TRY" and not "Install"for  photoshop, after effects and Illustrator -why?

    Sign in, activation, or connection errors | CS5.5 and later
    Mylenium

  • How to disable the security code and use only the Touch ID

    how to disable the security code and use only the Touch ID

    You can't use Touch ID without a passcode.
    http://support.apple.com/kb/HT5883

  • Holding 'select' and 'menu' at the same time doesn't help. What now?

    First, the only thing that would happen when trying to turn it on was that it would show a message with the Ipod support website but nothing else. Now it doesn't even turn on. Pressing 'select' and 'menu' at the same time doesn't help and it is not on Hold. Any ideas or is it just dead?

    I have the same problem, only not so far gone. My iPod keeps showing me the logo for a couple seconds, then a red X that tells me to go to apple.com/support. I have been here several times and tried the five R's and nothing has worked. My iPod is also charged and the hold isn't on. My computer isn't recognizing that it is hooked up, my warranty is up and this is my second iPod. My first one's death was completely my fault, but I did nothing to prompt this lock down. I am about ready to try some of the risky hints online to get it to work but I would like something less extreme than taking the thing apart.

  • My Mac was updated to Ÿosemite OS and since then the PS5 software doesn't open. I need help on this subject please.

    My Mac was updated to Ÿosemite OS and since then the PS5 software doesn't open. I need help on this subject please.
    They error message I get is "An unexpected and unrecoverable problem has occurred. Photoshop will now exit."
    This only started after I upgraded my OS to Yosemite.

    The upgrade has been know to break Photoshop CS5 installs. An Uninstall/Reinstall may be necessary.

  • Can find my iPhone be turned on remotely? I had it turned off, and twice in the last month I've found that it is turned on and someone was tracking my location. I'm a little freaked out!

    Can find my iPhone be turned on remotely? I had it turned off, and twice in the last month I've found that it is turned on and someone was tracking my location. I'm a little freaked out! Is there any way that someone could be turning "find my iPhone" on remotely? I was under the assumption that the only way to turn the service on was from my phone itself.. Is there any way that my phone is somehow resetting itself to a time when the app was turned on? I'm just grabbing straws here... I have no idea. I just know that the location arrow came on at the top of my phone, and it showed that someone was tracking my phone at that very moment... Any help would be appreciated!

    Welcome to the Apple Community.
    Find my phone can only be enabled from the device itself.

  • I want to print with black ink only, the OFFICE DEPOT salesman told me that he turned off the color.

    I want to print with black ink only, the OFFICE DEPOT salesman told me that he turned off the color.  I don't want to buy colored ink,  I don't use it.

    HI,
    Welcome to the HP Forum!
    topdog3647 wrote:
    I want to print with black ink only, the OFFICE DEPOT salesman told me that he turned off the color.  I don't want to buy colored ink,  I don't use it.
    Please identify your notebook/pc /printer.
    Look at the base/rear/side of the notebook/pc/printer at the barcoded sticker.
    Post item number 2 as seen on the following example of an HP notebook's barcoded sticker. The barcode on your HP product may be slightly different in appearance, but will still have the important information needed for us to help you.  
    ###Do not post the serial number of your product as it is personal information.###
    If your printer is a laser printer then simply go to print preferences and select grayscale printing
    Best regards,
    erico
    ****Please click on Accept As Solution if a suggestion solves your problem. It helps others facing the same problem to find a solution easily****
    2015 Microsoft MVP - Windows Experience Consumer

  • Where can I buy a larger hard drive for my late 2008, 15" macbook pro?  From reviewing questions and answers on the support community it would appear that having Apple remove the old and install the new hard drive is recommended.  But how/where?

    Where can I buy a larger hard drive for my late 2008, 15" macbook pro?  From reviewing questions and answers on the support community it would appear that having Apple remove the old and install the new hard drive is recommended.  But how/where?

    Welcome to Apple Support Communities
    You can install the new hard disk yourself if you want to. You just need a 2'5" SATA II hard drive, which is compatible with your MacBook Pro. You can buy one at OWC > http://eshop.macsales.com/shop/hard-drives/2.5-Notebook/ You can filter hard drives by computer, so press a "Click to view all...", choose your computer in the sidebar and it will give you the compatible hard drives.
    There are different brands for the MacBook Pro. The most recommended are HGST and Seagate, which have good reputation. A 7200 rpm hard drive will give you extra performance

  • TS3988 When I try and log into the icloud, I get a message that my Apple ID is valid but not an icloud account. How can i make it one?

    Whin I try and long into the icloud, I get a message that my Apple ID is valid, but the it is not an icloud account, how can I make it one?

    To use iCloud on a PC, you must first set it up using a device with iOS5 or a Mac with OS X Lion.

Maybe you are looking for

  • Coverflow in iTunes not displaying correctly.

    Sometime ago my computer crashed while iTunes was open, and following a restart the coverflow option has not been working: http://h.imagehost.org/0409/CoverFlowissue.jpg The mouse doesn't work with the broken coverflow; I am unable to click on it or

  • Error opening /jsp/app/DeploymentsControlTable.jsp

    Hello , I am getting below error in the server console deployement tab. http://localhost:7001/console/console.portal?_nfpb=true&_pageLabel=AppDeploymentsControlPage&handle=com.bea.console.handles.JMXHandle%28%22com.bea%3AName%3Dshreeram_domain%2CType

  • Linux, Solaris 8-10 Software Update Library Inactive

    Hello All. In the Navigation pane , in libraries , when i open Linux, Solaris 8-10 Software Update Library , the options on the left such as Upload config file , Upload local action and others are disabled. I cannot click on them and perform an actio

  • RE: Full update and init for 2008 differs

    Dear All, I am doing initilization of data for 0fi_ar_4. When i do the full update for selection as fiscal yr.period =2008001 to 9999012 i get all the data around 33600 records. When i do the init however it fetches only 89000 records. I want do init

  • Tax amount is not appearing in consumption history of earmarked fund

    Dear Experts, It is a requirement from my customer, the tax item be populated with the same earmarked fund, commitment item, functional area, funds center and fund of the related expense or revenue item. The transaction OBBH and the exit presented in