Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

Search results for query: *

  1. bigmike500

    Simple GUI question

    so thats what the WindowStyle functions for! Mike
  2. bigmike500

    Simple GUI question

    hi there, i have created a program with a few GUI dialogs all works fine but i have found that when another GUI opens the previous dialog box is still selectable. what i want is that you have to exit the present dialog before returning to the previous dialog. an example of this is the "Example...
  3. bigmike500

    matlab filtering from laplace transfer function

    i have an array of time domain data (20000 samples), that i need to filter using this transfer function to wieght the data, however i am having problems as it is in the laplace transform, below 74.128s + 698.654 H(s) = ---------------------------- 1.5s^2 + 73.458s +...
  4. bigmike500

    copying random files in sub-folders

    hi there i am trying to write a program in c++ that will allow me when it runs to select a number of mp3 files at random from a folder and its sub-folders then copy them to my mp3 player. the problem that i am having at the moment is doing the random picking of files, does anyone know how and...
  5. bigmike500

    opening multiple files in loop

    thanks for that guys, ended up using mikeyP's suggestion. worked first time, but will look into the eval function. M
  6. bigmike500

    opening multiple files in loop

    i am wondering if anyone can help me with my problem i am trying to open multiple dat files that contant different values from a measurement device. these come in the form 1,2,3...N etc. i want to make a for loop that will open one of these files do some processing on the data in it then output...
Back
Top