Search:

Type: Posts; User: mattAU

Search: Search took 0.00 seconds; generated 45 minute(s) ago.

  1. Replies
    5
    Views
    2,720

    Problem declaring large arrays

    Hi,

    I declare



    float found[100000][2]; // Stores found.txt
    float actual[10000][2]; // Stores actual.txt
    float mov[1000000][3]; // Stores moving.txt
    int mapCount[100]; // Stores...
  2. Replies
    1
    Views
    1,131

    Program or toolbox for 2d visualisation.

    Hi,

    I want to develop a a visualisation of a number of tracking algorithms I
    am working on. I want to show a number of sensors with their range
    represented as circles, intersecting circles...
  3. Replies
    2
    Views
    4,582

    excellent, thank-you!

    excellent, thank-you!
  4. Replies
    2
    Views
    4,582

    While loop misbehaving (or misunderstanding)

    Hi,

    I'm reading an int into a string, character by character.

    By process of elimination the problem is with the while loop, but no with the contents of the while loop.

    That is removing the...
  5. Replies
    10
    Views
    2,096

    Think I've got it, I had tried (and failed to get...

    Think I've got it, I had tried (and failed to get working) something a little similar prior to posting.

    This does work, any suggestions to make it better or cleaner would be appreciated.


    ...
  6. Replies
    10
    Views
    2,096

    Thank you for the tip I've come up with this...

    Thank you for the tip

    I've come up with this toy code to see if it works and it does, however I not really sure if it should!

    When I used malloc i thought I should reserve enough space for the...
  7. Replies
    10
    Views
    2,096

    Array of Ints to a Strings

    Most of my experience has been in MATLAB in alg development and system simulation and as such I have limited experience in handling types and memory (which MATLAB looks after for me)

    I'm now in...
Results 1 to 7 of 7