Financial-edu.com:  Your Financial Knowledge Source
 
Investing & Trading more >
Forex
Futures & Options
IRA + 401k
Online Services
Quotes & Data
Guides & Courses more >
Excel & VBA
Finance & Economics
Trading & Investing
Tools & Models more >
Calculators
Forms & Templates
Graphing & Charting Tools
Risk & Portfolio Models
Trading Models
Business more >
Accounting & Finance
Asset Management
Calculators & Converters
Consulting & Strategy
CRM & Sales
Software more >
Business and Finance
Home & Education
Internet
Investing & Trading Software
PDA & Mobile
E-Books more >
Finance Ebooks
Real Estate Ebooks
Trading & Investing Ebooks
Credit & Borrowing more >
Security & Privacy more >
Anti-Spam & Anti-Spy Tools
Anti-Virus Tools
Covert Surveillance
Encryption Tools
Password Managers
 
 
Oberon Function Plotter for CorelDRAW
Price : $ 25.00
 
Buy Now
Click here to view Screenshot image
 
Advanced VBA macro add-on for CorelDRAW 10 and 11 for plotting 2D parametric function graphs!

There are quite a few programs that allow you to create function plots. However most of them are self-contained modules with limited editing and illustration capabilities. Oberon Function Plotter coupled with the editing power of CorelDRAW provides the highest output quality for your graphs and charts!

If you are a presentation designer, student, analyst, or scientist, Oberon Function Plotter will help make your work precise and appealing. If you are looking for certain curve patterns for your design, Oberon Function Plotter is for you.

Features:

  • Accepts analytical function representations such as x(t) = sin(t) + cos(2*t).
  • Supports over 30 standard functions including sin, cos, tan, sqrt. (see below for complete list)
  • Define your own functions with any number of arguments.
  • Instant formula syntax check.
  • Live plot preview right in the dialog.
  • Automatic scale and axes adjustment.
  • Fully customizable parameters (colors, lines, text, etc).
  • Save/load projects.
  • Import/export custom function lists.
  • Unlimited number of function plots on a single graph.
  • Resulting curves in CorelDRAW are smooth and with minimal number of nodes.

    Technical Requirements:

    Function Plotter for CorelDRAW 10:

    This program requires CorelDRAW 10 Service Pack 1 (10.427) or later. Correct functioning under the original release of CorelDRAW 10 (10.410) is not guaranteed. This program will not run under earlier versions of CorelDRAW.

    If you don't have the latest version of CorelDRAW 10, download the service pack(s) from Corel web site: http://www.corel.com/support/ftpsite/pub/coreldraw/draw10suite/index.htm

    You have to have Visual Basic for Applications installed to run this program. VBA is not installed by default with CorelDRAW 10 Graphics suite. You need to do a custom installation and choose to install VBA. You can run the VBA install manually by running the vba6.msi installation package from CorelGraphics10ConfigRedistVBA6 folder of the CorelDRAW 10 CD#1.

    Function Plotter for CorelDRAW 11/12:

    CorelDRAW 11: A retail version of CorelDRAW 11.633 or later is required. CorelDRAW 12: A retail version of CorelDRAW 12.458 or later is required.

    You must ensure that Visual Basic for Applications is installed along with CorelDRAW 11 and 12. VBA is installed in CorelDRAW 11/12 by default but if you ran a custom setup and did not include VBA in the installation, you will need to install it before installing this application.

  • Supported Functions:

    Functions
    abs(t) Returns the absolute value of a number, a number without its sign.
    arccos(t) Returns the arccosine of a number, in radians in the range 0 to Pi.
    arccosh(t) Returns the inverse hyperbolic cosine of a number.
    arcsin(t) Returns the arcsine of a number in radians, in the range -Pi/2 to Pi/2.
    arcsinh(t) Returns the inverse hyperbolic sine of a number.
    arctan(t) Returns the arctangent of a number in radians, in the range -Pi/2 to Pi/2.
    arctan2(ty,tx) Returns the arctangent of the specified x and y coordinates, in radians between -Pi and Pi, excluding -Pi.
    arctanh(t) Returns the inverse hyperbolic tangent of a number
    ceil(t) Rounds a number up, to the nearest integer
    cos(t) Returns the cosine of an angle
    cosh(t) Returns the hyperbolic cosine of a number
    degrees(t) Converts radians to degrees.
    exp(t) Returns e raised to the power of a given number.
    fact(t) Returns the factorial of a number, x!
    fix(t) Returns the integer part of a number.
    floor(t) Rounds a number down, to the nearest integer
    frac(t) Returns the fractional part of a number.
    if(t,a,b) Returns the value of a if t is not zero, otherwise returns b.
    integrate(f(x),x,a,b,dx) Returns a numerical approximation to the integral of f with respect to x from a to b. dx is an optional parameter representing the step of integration.
    ln(t) Returns the natural logarithm of a number.
    log(t,base) Returns the logarithm of a number to the given base.
    log10(t) Returns the base-10 logarithm of a number.
    max(a,b) Returns a greater number of a or b.
    min(a,b) Returns a lesser number of a or b.
    mod(t,divisor) Returns the remainder after a number is divided by a divisor.
    product(expr,n,n1,n2,s) Evaluates the expression 'expr' for each integer value of index 'n' from 'n1' to 'n2' and multiplies the results up. If the step 's' value is not specified, 1 is assumed
    radians(t) Converts degrees to radians.
    rand(t) Returns a random number greater than or equal to 0 and less than 1. Parameter is optional. If omitted or positive, returns next random number. If zero, returns last generated number. If negative, resets the generator to a new sequence using the value as random seed.
    sign(t) Returns the sign of a number: 1 if the number is positive, zero if the number is zero, or -1 if the number is negative.
    sin(t) Returns the sine of an angle.
    sinh(t) Returns the hyperbolic sine of a number.
    sqrt(t) Returns a square root of a number.
    sum(expr,n,n1,n2,s) Evaluates the expression 'expr' for each integer value of index 'n' from 'n1' to 'n2' and adds up the results. If the step 's' value is not specified, 1 is assumed
    tan(t) Returns the tangent of an angle.
    tanh(t) Returns the hyperbolic tangent of a number.
    Operators
    + Addition: A + B
    - Subtraction: A - B
    * Multiplication: A * B
    / Division: A / B
    ^ Power: A ^ B
    & Logical AND: (A & B) = 1 if both A and B are not zero, 0 otherwise
    | Logical OR: (A | B) = 1 if either A or B is not zero, 0 otherwise
    ! Logical NOT: (!A) = 1 if A is zero, 0 otherwise
    > Greater than: (A > B) = 1 if A is greater than B
    < Less than: (A < B) = 1 if A is less than B
    >= Greater than or equal to: (A >= B) = 1 if A is greater than or equal to B
    <= Less than or equal to: A <= B = 1 if A is less than or equal to B
    = Greater than or equal to: (A = B) = 1 if A is equal to B
    <> Less than or equal to: A <> B = 1 if A is not equal to B
    Constants
    pi Returns the value of Pi, 3.14159265358979
    e Returns the value of the base of natural logarithm, 2.71828182845905

     

         
         
       
       
    TRADING CD COURSES FROM ONLINE TRADING ACADEMY!
    TRADING CD COURSES FROM ONLINE TRADING ACADEMY!
          -learn more  
    FREE TRADING EDUCATION CENTER!
    FREE TRADING EDUCATION CENTER!
          -learn more  
    Join our Affiliate Program and Earn 40% Per Sale!
    Join our Affiliate Program and Earn 40% Per Sale!
          -learn more  
     
     
    Value Line - Warren Buffet Calls it An Incredible Value! Professional Trader Series DVD Set Professional Trader Education Value Pack for Emini Traders
     
    Home | Guides + Courses | Books + Videos | E-Books | Tools + Models | Articles Library | Submit Article | Site map
    Copyright 2006-07 Financial-edu.com. All rights reserved.