Search results

  1. M

    calling matlab 2008b from xcode 3

    Hello Im struggling calling matlab from xcode 3 in c.....im wanting to plot my ouput data on a graph. Ive followed the help file in matlab as good as i can im not an advanced programer. Im using the demo from the matlab help but i keep getting engine.h not found. Ive checked librarys...
  2. M

    display c output data in a graph

    Hello Ive just fininshed my 2nd to last Uni assignment for C programming unit and have some time spare before deadline, so I'm wanting to go a bit further now and display my ouput data in a graph to the user. I'd really like to open up another application and display my output data in it...
  3. M

    comparing values - c program

    Hello After asking a question previous, ive spent hours trying to complete my program. Im having problems trying to check a value against several values stored in two arrays. Ive managed to load two .txt files into arrays. I ask the user for a voltage input followed by four resistor values...
  4. M

    C++ and XCode Question

    hello im able to load a txt file in my c++ program and view its contents using debugger. Id like to be able to compare a users input to any of the values but 1. Im typing the values as: 1,10,100,1K,1M etc. When I look in the debugger it shows the commas, what is the correct way of seperating...
Back
Top