Ask Experts Questions for FREE Help !
Ask

Search:

Type: Posts; User: dtecmeister

Search: Search took 0.00 seconds.

  1. Answers
    2
    Views
    8,156

    Recursive Matlab problem

    I'm not used to Matlab, but I think you need to do the following:
    Clear
    Format long
    A=38;
    Fprintf(' Week Megalitres\n\n');

    For n=1:10;
    Disp([n A])
    A=A-(2*(n-4))
  2. Answers
    1
    Views
    1,697

    C programming help

    In UNIX:
    You could set up a cronjob to do this.
    You could use init command

    If you mean on windows, I don't know.
  3. Answers
    1
    Views
    1,661

    QUestion Excel

    I don't have the hierarchy formula on my version of Excel, but here's an answer.
    Add a column next to the hierarchy column. Fill the top row with this formula:...
  4. Answers
    2
    Views
    1,508

    Ahead Nero software

    Don't delete programs in windows, unless you uninstall them first.

    In the Control panel select Add/Remove programs and select your program, then have it removed.

    After doing this, you will want...
  5. Answers
    2
    Views
    2,135

    Outlook Express

    The person apparently sent you a picture format that your browser doesn't know how to show.

    To fix this, you need to find out what kind of picture this is to install the plugin for this format.
    ...
  6. Answers
    1
    Views
    2,232

    Excel Formula needed

    1. New excel sheet
    2. Sheet 1: 1st row: Balance | =SUM(Transactions!A:A)
    3. Sheet 2:
    100
    -20
    10
    Call sheet 1 Balance and sheet 2 Transactions.
Results 1 to 6 of 6