How can i do parameter evaluation of nonlinear differential equation?

here is my equations:
dx/dt = u*x-a*x
ds/dt = b*u*x+c*x
dp/dt = d*u*x+e*x+f*p
and u = um*s/(km+s+s^2/ki)
the parameters a,b,c,d,e,f is already known, and i have 3 arrays of data of x,s,p, and the parameter i want to identify is um,km,and ki.
i tried Nonlinear Curve fitting ,but i don't know whether it can deal with the differential equation

Hope you are executing the commands in the following order:
1. sdm jstartup “mode=standalone”
2. sdm registerjstartup sdmhome=<...> jstartupdir=<...> mshost=<...> msport=<...>
where:
        jstartupdir – the directory in which the JStartup Framework software is installed
        mshost – the host name of the message server
        msport – the port on which the message server waits for requests
3. sdm jstartup “mode=integrated”
by the way, which OS u r using?
Regards,
Ravi.

Similar Messages

  • How can I get an evaluation copy of WLE?

    Hi there:
    I have this question for a long time, that is how can I get an evaluation
    copy of WLE?
    Any suggestions or ideas appreciated.
    [email protected]

    I think you can mail or call BEA and the will mail a cd to your adress.
    "WOLF_LI" <[email protected]> wrote in message
    news:[email protected]..
    Hi there:
    I have this question for a long time, that is how can I get an evaluation
    copy of WLE?
    Any suggestions or ideas appreciated.
    [email protected]

  • How can I pass parameter from report to form?

    Hi :)
    Now I try to build conference room like this by using form
    and report. And i design that when users click at group report
    then i'll show page that contain questions report and add
    question form. And question form and report must receive the
    same parameter from group report.
    First Problem: is I don't know how group report send the
    same parameter to question report and add question report at the
    same time. And is it possible??? If not please suggest me what
    should I do???
    Second Problem: is I don't know how can I pass parameter from
    report to form. I don't know the way to do it.
    Please tell me!!! Please...
    I look forward to hearing from all of you.
    Thank You.

    One way is to create a link based on that form and attach that
    link with the report. Through links you can pass parameters

  • How can I get parameter name?

    ODatabase odb("test", "scott", "tiger");
    OParameterCollection params = odb.GetParameters();
    -------> and next how can I get parameter name?
    I hope get stored procedure parameter names and settiing parameter Add just like below.
    Plz tell me how can I get parameter name?
    I'm Korean, and my english is poor. sorry : )
    // add a parameter named 'DEPTNO'
    params.Add("DEPTNO", 20, OPARAMETER_INVAR, OTYPE_NUMBER);
    // add a parameter named 'EMPCURSOR'
    params.Add("EMPCURSOR", "", OPARAMETER_OUTVAR, OTYPE_CURSOR);
    //Execute the SQL statement
    odb.ExecuteSQL("BEGIN Employee.GetEmpData (:DEPTNO, :EMPCURSOR); END;");

    ok, alright. I'm trying to write a program to easily test EJBs with a user giving input and directly seeing the results of function calls to the Bean. The user gives the JNDI name of the EJB, I instantiate the bean, give the user a list of function calls from the bean, and then he/she chooses the function they want to execute and give input of the parameters values they want. Everything is done remotely and at runtime, and the only real problem is that the user only sees "myFunc ( String )" and it would be confusing if there are several parameters of the same type.
    Yes, I do realize there are other ways to test, I was developing this to try a new method that I thought could be beneficial to me.

  • How can i pass parameter values from html to a shell script

    Hi Guys...
    I had a requirement where i need to execute a sql statement and print the output in HTML page. This report has parameters to enter. So i created a HTML form which accepts parameters. When the submit button is pressed, the action tag in the form invokes unix shell script file. It will open sqlplus and run the sql script file .sql and print the output in the HTML page.
    sql script contains the query and some set options which prints the output in HTML page. Like "SET MARKUP HTML ON"... The query has some parameters like "select * from emp where empno = &&empnumber. I will use the same name "empnumber" while created the HTML parameter form like " <input type = "text" name="empnumber" size="10" align="left">.
    user sees this parameter form and enters some value in to that empno text box.
    My question is how can i catch these parameter values in a shell script and pass it to the sql script to execute it.
    Help Appreciated
    Thanx

    This is a A Bad Idea (tm). This type of CGI processing is old and were (and still is) full of security holes. Very easy to inject stuff (Unix commands and SQL) into it.. To get those parameters into SQL*Plus requires using Unix shell commands to process it - and something like a backquote allows all kinds of nasty stuff to be injected. The Unix shell was never designed to be used as a secure CGI environment.
    There are far better and far superior alternatives. Perl (with Perl_DBI) and PHP (using Zend Core for Oracle) come to mind as web scripting languages.
    Even easier is using HTMLDB. Very few moving parts. Is free. Supports Oracle 9.2 and 10G.

  • How can I pass parameter value into first form?

    hello all
    I have one form called logon.fmx
    I have parameter in that form called "common_home".
    when I run that form browser I need to trasfer the value for parameter "common_home".
    how can I do this?
    From
    Chirag Patel

    Hi all
    1) I am used to config='myconfig' in my application to run the application from browser.
    2) in formsweb.cfg I have add one more parameter like as follows
    otherparams=common_home=c:\chirag\erp
    3) you can add n number of user defined parameter here.
    it is working fine.
    From
    Chirag Patel

  • How can I set Parameter ID.

    In My Report i have pass challn no , challan year, Document No doc Yr to a standard Tcode J1ifq for challan recancellation.
    ex: doc no     docyr       challan no  challan yr.
       34234435   2007         21                20007
                                        22                20007
                                         23               20007         to J1IFQ.
    I am using set parameter ID as
    SET PARAMETER ID 'MBN' FIELD IT_BDC-BELNR.<<<<<document  No
    SET PARAMETER ID 'MJA' FIELD IT_BDC-GJAHR.<<<<document Year
    SET PARAMETER ID 'GJR' FIELD  IT_BDC-DOCYR. <<<< challan No
    SET PARAMETER ID 'J2F' FIELD  IT_BDC-EXNUM<<<< challan year.
    but document no and document year  will pass to J1iFQ But not challan No and Challan Year.
    so How can I solve this problem.
    I am Using it_bdc as internal table having above data as in example.
    plz any body solve this issue

    MIS matching problems...
    SET PARAMETER ID 'J2F' FIELD IT_BDC-DOCYR. ><<<< challan No
    SET PARAMETER ID 'GJR' FIELD IT_BDC-EXNUM<<<< challan year.
    PARAmeter id for challan no is J2F
    and for Challan year 'GJR'
    cehck it , it will work

  • How Can we create parameter field for BP Group on Crystal Report

    Hi,
    I have something wrong:
    I want to create parameter field on Crystal report to select multiple cardcode group, I use for that :
    @Select * from ocrg
    but when I execute the report the fiel don't give any thing to choice BP Group, it is a null fiel ?
    Any Idea how can I do this otherwis
    Ps: I want to precise group to display it.
    Thanks in advance
    Cdt
    Malika

    Hi Malika.....
    Try this simple query report in Crystal with Parameter as CardGroup....
    Select T0.CardCode, T0.CardName From OCRD T0
    Where T0.GroupCode='{?GroupCode@Select * from OCRG}'
    Take above query in command window.
    GroupCode@Select * from OCRG
    Take above condition in parameter window and then try to run in SAP.
    You can see how CFL gets generated and you get values of CardGroup......
    The above is only example.......
    Regards,
    Rahul

  • How can I change parameter screen

    Hi,
    I did my report and uploaded it. When I want to run my report I submit request and check its concurent everything is ok but how can ı change parameter screen can anyone help me???
    thanks
    Edited by: esclapez on Jan 14, 2009 6:55 AM
    no one answeerr :(

    Hello Azap1,
    It sounds like your iPod Touch screen is broken and you would like to know your service options. This page will help you in that regard:
    Service Answer Center - iPod
    http://support.apple.com/kb/index?page=servicefaq&geo=United_States&product=ipod
    Thank you for using Apple Support Communities.
    Take care,
    Sterling

  • How can I change the daq setting to differential mode in my labview program (example)?

    I would appreciate if I could get an example in Labview 5.1. I realized that I need to create a cluster but for some reason it would not work

    Examples for data acquisition are in the LabVIEW >> Examples >> Daq >> anlogin >> anlogin.llb directory. You will still have to do the following to programmatically set the measurement mode to differential.
    You can set your data acquisition with the AI Config.vi in LabVIEW. There is an input for "coupling and input config". A good trick to make sure that you create the cluster correctly is to use your mouse as the wiring tool and right-click over that input. Then, choose Create Control or Create Constant. The cluster will pop up, and you can use your operating tool to choose differential mode for the second pull-down ring in the cluster.
    Geneva L.
    Applications Engineering
    National Instruments
    http://www.ni.com/ask

  • How can i send parameter to the servlet

    i want send one or more parameter to the servlet
    acturally i am using applet servlet cmmunication
    useing XML and I want to send one parameter to
    the server and depending on tha perform some
    action but i dont know how to send the parmer to
    servlet plz give the answere
    Rahul

    Hi Rahul,
    You will have to use java.net package for tht.. Through applet you will have to make URL connection to your servlet.whc u will make by using java.net.URl
    Just explore this pakage. You will find alots of utility thr.
    HTH?
    ~Gaurav

  • Nonlinear Differential Equation solver

    Hello..
    I am trying to slove first order DE of the form.. dP/dz = A ln{ [1+[(P(z)/B)*exp(-C)]] / 1+P(z)/B } where A,B and C are numerical values. I tried to plot Z vs P(z)  using ODE slovers but didnt get the result. I am attaching the expected plot also. I found some examples like ODE circuit in LV help but end up in empty graph after trying to slove this above equation. which methode is correct to slove this equation, please suggest some way.. Thank you very much.
    Attachments:
    solution plot.png ‏6 KB

    It's been a long time since I thought about diffEQ.  Please post what you think should be a solution -- it's probably easier for me to figure out why your graph is empty than it is to figure out how to solve an ODE from scratch. 

  • How can hide parameters in url (calling reports)

    hi,
    in portal i'm running reports.
    report url is like this;
    http://myportal/reports/rwservlet?report=report.rdf&p_userid='||v_userid||'&cmdkey=conn_ybs_1'
    when antone calls report the userid parameter shown in url.
    for example;
    http://myportal/reports/rwservlet?report=report.rdf&p_userid='||65874||'&cmdkey=conn_ybs_1'
    i don't want to show parameters value to users
    how can hide this parameter in url?
    thanks.

    in portlet i get userid
    v_userid := wwctx_api.get_user;
    and use v_userid the following portlet.
    bq. &lt;HTML&gt; \\ &lt;BODY&gt; \\ &lt;ORACLE&gt;declare \\ p_authid varchar2(50); \\ p_personel_turu varchar2(1); \\ v_userid varchar2(10); \\ begin \\ p_authid := wwctx_api.get_user; \\ p_personel_turu := substr(p_authid,1,1); \\ v_userid := substr(p_authid, 2,8); \\ htp.p(' \\ &lt;table border="0" width="100%" cellpadding="0" cellspacing="0"&gt;&lt;tr&gt;'); \\ if p_personel_turu = 'I' then \\ htp.p('&lt;td width="100%" bgcolor="#7496ec" align="left"&gt;*{size:2}{color:#ffffcc} &lt;img border="0" src="\img\resimler\bullet\bullet.gif" align="middle" width="19" height="19"&gt;{color}{size}{font:Verdana}{size:2}{color:#ffffcc}D&ouml;rt Aylık Vizite Kağıdı{color}{size}{font}*&lt;/td&gt; \\ &lt;/tr&gt; \\ &lt;tr&gt; \\ &lt;td width="100%" bgcolor="#ffffff"&gt;{font:Verdana}{size:1}{color:#006699} İş&ccedil;i Personel D&ouml;rt Aylık Vizite Kağıdı{color}{size}{font}'); \\ htp.anchor(curl=&gt;'http://myportal/reports/rwservlet?report=report.rdf&p_userid='||v_userid||'&cmdkey=conn_ybs_1',ctext=&gt;'*{font:Verdana}{size:1}tıklayın.{size}{font}*&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td width="100%"&gt; &lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;',cattributes=&gt;'target="_blank"'); \\ end if; \\ htp.p('&lt;/tr&gt;&lt;/table&gt;'); \\ end; \\ &lt;/ORACLE&gt; \\ &lt;/BODY&gt; \\ &lt;/HTML&gt;

  • How can i remove paramter form at runtime of report through PSP

    I am working on PSP (PL/SQL Server pages) with html code. I made some reports through report builder (rdf files). I pass variables into report parameter through PSP and I call the reports through this code
    OWA_UTIL.redirect_url (
    p_report_url
    || '?runp=&report=WEB_BOOK_LOCATION.rdf&destype=cache&desformat=htmlcss&server=rep60_kmas&userid='
    || p_usrcon||'&p_inst_id='||p_inst_id
    but I dont want parameter form on runtime . I know the code which is used only in developer forms , this is
    add_parameter (pl_id, 'PARAMFORM', text_parameter, 'NO');
    How can I remove parameter form on runtime from PSP.
    Thanks and regards
    --Anwar

    Would adding &paramform=NO to the call solve the problem?
    I am working on PSP (PL/SQL Server pages) with html code. I made some reports through report builder (rdf files). I pass variables into report parameter through PSP and I call the reports through this code
    OWA_UTIL.redirect_url (
    p_report_url
    || '?runp=&report=WEB_BOOK_LOCATION.rdf&destype=cache&desformat=htmlcss&server=rep60_kmas&userid='
    || p_usrcon||'&p_inst_id='||p_inst_id
    but I dont want parameter form on runtime . I know the code which is used only in developer forms , this is
    add_parameter (pl_id, 'PARAMFORM', text_parameter, 'NO');
    How can I remove parameter form on runtime from PSP.
    Thanks and regards
    --Anwar                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             

  • Hi how can i convert to numer

    Hi
    I have a characteer parameter . i getting this parameter value by padding values for ex my parameter value will be 2,3,4,5 . This parameter is for chking a lov query chking value is number
    for ex
    where
    city_code in (:parameter.code)
    here city_code is number and :parameter.code is character how can i convert parameter to number

    Hi ,
    try to fill the record_group dynamicly
    and call it in the when-new-form-instance Trigger.
    example:
    PROCEDURE prc_cr_grp IS
    ret number;
    BEGIN
    -- the coumn-types of the query shoulld match with record-group(now dummy query)
    ret := POPULATE_GROUP_WITH_QUERY('MYRECORD' ,
    'select id, name from MYtab where Code_ID in ('||:PARAMETER.P_CODES||')');
    END;

Maybe you are looking for

  • Why wont my iPod touch let me download a big app?

    I have 1.4 GB of space on my iPod. I keep trying to download a 618 MB app, however, it says I need more storage. Yes, I can download smaller apps. Why is this happening? What do I do to fix it?

  • Select from table where field contains the first 3 character

    The value of the field contains leading zeros like 0000000123, 0000001123, 0000011123. Now we need to check the table for entries that contains the first three characters excluding the zeros. If we are looking for '123' then we should be retrieving 0

  • Cisco ACS4.1- Radius Dynamic VLAN assignment not working

    When the users connect their laptop they are getting a authentication prompt but the switch is not changing the VLANs on the port after successfull authentication.Below are the logs on the switch Jan 28 2013 17:21:32.417 CST: RADIUS:  Framed-MTU     

  • Intel VT support?

    I have Lenovo V100 laptop which has Intel T5600 processor. I have 32-bit Arch and I try to run 64-bit guest OS in VMWare but it is complaining about disabled VT (intels Virtualizion Technology) support. I don't find any switch on BIOS, is there essen

  • Screen Sharing to Device with iCloud

    Prior to Yosemite, every machine associated with my iCloud ID would show up in the Finder under "Sharing".  If I selected that machine's name, I'd see the shared folders, and be able to activate Screen Sharing directly to that machine with a button c