Really need Min(a,b) and Max(a,b) function in "Eval formula node"

Hi all,
I've been using the 'Eval formula node" to let the user of my app configure his own calculations,
but now I've found out that the "Eval formula node" doesn't support these functions.
e.g        y= min (a,b)
or         y = max (a+3, c-4)
I considered adding them myself to the Eval formula node's subvi's,
but franckly I've never seen such complex subvi's :-)
Is pretty urgent. Any ideas?

MegKB wrote:
Maybe the MathScript node is the way to go now, as long as you want to install MatLab.
The MathScript node does NOT need Matlab.  It runs Matlab-like code, but it is totally inside of LabVIEW.  There is a Matlab node that uses ActiveX to run Matlab.  For that you need to have Matlab installed.
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines

Similar Messages

  • Ok, i have lost my ipod and i REALLY need to find it, and i have no idea how i can track it. HELP!!!!

    ok, i have lost my ipod and i REALLY need to find it, and i have no idea how i can track it. HELP!!!!

    There is no way to track a lost or stolen iPod Classic. Sorry.
    Reporting a lost or stolen Apple product
    B-rock

  • Who really needs both Photoshop CC and Photoshop CC(2014)

    Who really needs both Photoshop CC and Photoshop CC(2014). Which is newest ?

    CC 2014 is the newer version. Regarding having both versions; when Adobe releases a new version with many additions and upgrades they quite often introduce lovely new bugs. So it's often nice to be able to keep the old version for a while until you can make sure that the new version works as its supposed to. Maybe not so often the case with Photoshop, but VERY useful with some other programs ... like *cough*... Premiere Pro!

  • Can I un-do a restore - I really need the 77 pictures and video's bad - and I have not done a backup in 45 days

    Help - I somehow did a restore on my iPhone and have lost all my pictures!  Can this be undone??

    No.
    You can only try to restore from the latest backup that may contain the photos.
    You should be importing pics taken with iphone regularly to your computer as you would with any digital camera.

  • Does firefox really need 1GB of RAM and half the CPU to run?

    Granted, I have two or three dozen tabs open, but still. This last time, it ended up being marked as "not responding" by Windows and the details included in the dialog are included below. I wish I didn't have to force quit and restart, so what I would like to have is a panel I could open to get a profile of the memory and CPU for each open tab, and maybe some way to flush parts of the heap.
    Problem signature:
    Problem Event Name: APPCRASH
    Application Name: plugin-container.exe
    Application Version: 1.9.2.4280
    Application Timestamp: 4e78bec7
    Fault Module Name: ntdll.dll
    Fault Module Version: 6.0.6001.18538
    Fault Module Timestamp: 4cb733dc
    Exception Code: c0000005
    Exception Offset: 00047ae2
    OS Version: 6.0.6001.2.1.0.768.3
    Locale ID: 1033
    Additional Information 1: fd00
    Additional Information 2: ea6f5fe8924aaa756324d57f87834160
    Additional Information 3: fd00
    Additional Information 4: ea6f5fe8924aaa756324d57f87834160
    Read our privacy statement:
    http://go.microsoft.com/fwlink/?linkid=50163&clcid=0x0409

    No I doubt it should. Try keying in'' about:memory'' in the location bar, and for ideas look at the blogs by a developer interested in this subject http://blog.mozilla.com/nnethercote/

  • Does firefox really need to access ctfmon and plugin container?

    I'm trying to limit those types of unnessary files for my use & I keep getting warning from my ZASS. But thought I'd chk in to maek doubly sure before disabling them.
    Any help, guidance or direction you can give is appreciated.
    Thanks

    No I doubt it should. Try keying in'' about:memory'' in the location bar, and for ideas look at the blogs by a developer interested in this subject http://blog.mozilla.com/nnethercote/

  • Min and Max Quantity on Retail Article

    Hi Experts,
    In IS-Retail, in the sales view of the article master record there are two fields: Min Delivery Qty and Max Delivery Qty.
    If anyone has had experience in using this field, I would appreciate if they can explain to me how these fields work.
    I would like the system to provide a warning/error message if the order entry person enters a quantity on the sales order item that is less than the Min Qty or more than the Max Qty specified on the Article record.
    I have tried to test this but I was not able to get the system to issue the warning/error message.
    If someone could explain to me how these fields work, and how I could accomplish the min/max quantity restrictions that my client would like to enforce, I would greatly appreciate it.
    Thanks,
    Anisha.

    Hello Sanjiv,  
    I think it can be done by JavaScript, but needs more effort
    [Use of JavaScript Functions|http://help.sap.com/saphelp_nw04/helpdata/en/d9/4a853bc623c075e10000000a114084/content.htm]
    Try the exception available in the BW[BW Stylesheets|http://help.sap.com/saphelp_nw04/helpdata/en/3f/ca453afbf37b54e10000000a11402f/content.htm]
    SAPBEXformats - Formatting cell (scaling factors)
    SAPBEXexcGood1 - Exception with priority good 1
    SAPBEXexcGood2 - Exception with priority good 2
    SAPBEXexcGood3 - Exception with priority good 3
    SAPBEXexcCritical4 - Exception with priority critical 4
    SAPBEXexcCritical5 - Exception with priority critical 5
    SAPBEXexcCritical6 - Exception with priority critical 6
    SAPBEXexcBad7 - Exception with priority bad 7
    SAPBEXexcBad8 - Exception with priority bad 8
    SAPBEXexcBad9 - Exception with priority bad 9
    See this thread,
    Change the colour of a cell text depending on the value Web Reports (NW04s)
    Thanks
    Chandran
    Edited by: Chandran Ganesan on Mar 19, 2008 4:27 PM

  • Need help with selfmade Hough Transform in formula node

    Hello everyone,
    I'm making my own Face Recognition system and I'm at the phase of making a Hough Transform of my captured CAM-image.
    So if a pixel is not zero; I generate its sinusoidal with -90° to 90° and calculate the corresponding value with the general Hough formula. Then for the voting process I increase the value of every pixel by 1.
    Now the output is just a bit darker but there is no transformation at all.
    I think I interpreted the algorithm wrong or I missed a detail in my coding..
    Thanks in advance
    Solved!
    Go to Solution.
    Attachments:
    Houg Transform.zip ‏229 KB

    I looked at your code and have some comments.
    I looked at the Wikipedia article on the Hough transform. It appears that the definition in that article is somewhat different from your code.
                                             from Wikipedia
    for(i=-90;i<=90;i++)
       { Hough_Space[x][y] = Array[x][y]*cos(i)+Array[x][y]*sin(i);
         Hough_Space[x][y]+=1;
       }                                                                                        From your VI.
    Note that the factors multiplying the sine and cosine terms are different.
    The sine and cosine functions in the Formula Node take arguments in radians. The -90 to +90 in your code suggests degrees.
    You may want to use a different threshold for creating the Hough Space array. The data is unsigned integer and the minimum value in your image is 25. So no pixels in your image are excluded and very few in most images will have pixels exactly equal to zero.
    Is there a reason you prefer to use the formula node rather than the usual LV functions? 
    Lynn

  • My ipad mini does not restart when i press and hold the home and power buttons for a minute or more. what do i do? i really need to access some information on it. please help.

    my ipad mini does not restart when i press and hold the home and power buttons for a minute or more. what do i do? i really need to access some information on it. please help.

    You need to connect to iTunes and restore.
    iOS: Not responding or does not turn on
    You may need to put the device into recovery mode, this is covered in the link on this page.
    Did you back up the device?

  • The iPod "TAMI DUGARD's iPod" cannot be synced because there is not enough free space to hold all of the selected items (additional 146.5 MB required). this was from my ipod mini trying to sync and it wont let me sync so... could u help me i really needit

    I really need help because my ipod mini isnt working correctly my mom just gave it to me and The iPod “TAMI DUGARD’s iPod” cannot be synced because there is not enough free space to hold all of the selected items (additional 146.5 MB required). it says this. Over and over when i try to sync it too my itunes what does this mean and its a 4gb

    It means you try to sync an amount of content to your iPod Mini that exceeds for 4 GB, or the amount of space that is available on the iPod.  See this article for more details.
    How to sync music to your iPod when your library is bigger than your iPod storage space
    B-rock

  • Please help! I am trying to change my Apple Id that used to be my mother to Mine- Every time i have it changed and i go and try and do an update it continues to ask for her old password. I really need help with this!

    Please help! I am trying to change my Apple Id that used to be my mother to Mine- Every time i have it changed and i go and try and do an update it continues to ask for her old password. I really need help with this!

    Phil0124 wrote:
    Apps downloaded with an Apple ID are forever tied to that Apple ID and will always require it to update.
    The only way around this is to delete the apps that require the other Apple ID and download them again with yours.
    Or simply log out of iTunes & App stores then log in with updated AppleID.

  • Hi guys, i need help downloading texture packs for mine craft for the mac, and tell me a good website to download a texture pack for the 1.7.10 please please help!!!!! i really need it!

    I really need to download a texture pack for minecraft 1.7.10 on the imac?
    please give me a detailed description on how to do this. and also if you could suggest a good easy website for downloading them that would be a great help
    i just joined minecraft so plz help!!!!!!!!

    i suggest you go to a minecraft site like planetminecraft or the minecraft forums and ask there but here is a good texture pack for 1.7.10
    http://minecraft-mods.org/flows-hd-texture-pack/
    to install it
    go into finder
    on the top bar click on "Go"
    hold alt and "Libraries" should pop up
    go into libraries and click "application support"
    click "minecraft"
    go into "Resource Packs"
    then drop in the ressource pack folder

  • Find more than one min and max in 2D array contain 0 rows

    Hi
    I have a 2D array and I would like to find the max and min elements between series of 0s. As you can see in the picture If I remove all 0s from the array and use the max and min function then I will have just one min and one max but I need to find min and max after every 0 rows so you can see from the picture ( just as an example) I will have 3 min and 3 max numbers. Would you please help me with this code. Do you now any algorithm that can find min and max between 0s?
    I have also attached my code to remove 0s and then search for max and min numbers but as I mentioned I need min and max for every part
    Many thanks
    Attachments:
    2.jpg ‏82 KB
    3.jpg ‏27 KB

    Thanks altenbach
    I have attached the vi to this post. I would really apperciate if you help me with this example. The min values should be 100, 1500 and 4000 and the max values should be 1200,2600,5400 so as u mentioned the output should be this 2D array 
    100,1200
    1500,2600
    4000,5400
    Attachments:
    new.vi ‏6 KB

  • Min and MAx Value in a SELECT Statement

    Hi,
    I have a scenario where I am Selecting the values BETWEEN MIN and MAX values:
    SELECT * FROM ABC WHERE CODE BETWEEN MIN(CODE) AND MAX(CODE)
    ITS GETTING Error as:ORA-00934: group function is not allowed here
    Any help will be needful for me.

    select substr(no,1,3)||to_char(substr(no,4,1)+1) "first missing number"
    from
    with t as
    (select 'ABC1' no from dual
    union select 'ABC2' from dual
    union select 'ABC3' from dual
    union select 'ABC5' from dual
    union select 'ABC6' from dual
    union select 'ABC8' from dual
    select no, lead(no,1,0) over (order by no) next_no from t
    where substr(next_no,4,1) - substr(no,4,1) > 1
    and rownum = 1;

  • My ipod deleted all my notes and I REALLY need them back! How can I get them back!?

    For some reason my ipod touch 5 deleted all my notes and all the mail in my inbox its all gone. I do not have the iOS 6.1 update though. So I dont know how this could have happened. I have not backed up my ipod to my computer since I got it because thats not how I use it. But my sisters ipod 4 also for some reason had my notes downloaded onto hers? And she has recently backed up her ipod on the computer. But once the notes on mine were deleted so were hers. But since she has recently backed hers up maybe I can restore the to her ipod then to mine. If so how would I do this? I really need those notes back they were REALLY important! Thanks!

    Your only hope is restoring from the bakup of your sister's iPod. For how see the restoring topic of:
    iOS: How to back up

Maybe you are looking for

  • Dual Monitor Setup - Looking for Optimum Solution

    HP Compaq DC5850 Small Form Factor Business PC Windows XP Computer - 1 VGA port                          1 DVI-D port Current Monitor- 1 HDMI port                                       1 VGA port  If I buy a second LG LED 23M35 monitor will it work:

  • I recently purchased Adobe Acrobat XI Pro for my desktop. Am I able to load it on to my laptop as we

    I recently purchased Adobe Acrobat XI Pro for my desktop. Am I able to load it on to my laptop as well or must I purchase a seperate one?

  • Viewing Sender's Address Without Opening E-Mail

    I am trying to find a way of viewing a sender's e-mail address without opening the e-mail, just in case it is unwanted spam. Anyone know how? When I was in the windows world, I used View Source in Thunderbird, but I am not able to find a comparable o

  • Deleting evetns from ICal 3.0.7

    Unfortunately, I selected one of the sites that automatically had uploaded all kinds of events, and I need to get rid of them from ICal. I have selected the items and hit the Delete key but it tells me that I have read only access, how is this possib

  • Mail Alerts at Status Updates

    Dear Experts, Just want to know whether we can send Mail Alerts when updating the Project status? If it is possible for both System Status as well as User Status? Appreciate your guidance, Dileepa.