Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. blunt80fi

    How to use a dll created with Matlab with Delphi?

    Hello everyone, Has anyone used dll's made with Matlab (m-files compiled with mcc) in programs made with delphi? I know how to load the dll, and I know what the functions are called in the dll (they are listed in the .exp-file). But I can't make it work, Delphi gives me error: Access violation...
  2. blunt80fi

    Error mech.c: 232 type error: pointer expected

    Hello! I'm trying to make matlab s-file from c-code, and when I mex the file, it gives me this kind of error message: error mech.c: 233 type error: pointer expected For example in this line the code looks like this: if(Niner <= 1) I'm a rookie with c-code and s-files, and I would like...
  3. blunt80fi

    Fortran problem:Incrementally linked image

    Johnhors, thank you for your reply. I think you're right. When I debug the program, the arrow shows to a line which says int 3. But how to correct this? I have went through my code, but I don't understand where that match error is. Does the debugger tell it somehow?
  4. blunt80fi

    Fortran problem:Incrementally linked image

    Hello everyone! I'm programming a pretty large program with Fortran, and I have encountered the following problem: When I compile the program, everything seems to be ok. Even the 'program's name'.exe starts and the program starts running. But after a while there comes this error message...
  5. blunt80fi

    Fortran problem:Incrementally linked image

    Hello everyone! I'm programming a pretty large program with Fortran, and I have encountered the following problem: When I compile the program, everything seems to be ok. Even the 'program's name'.exe starts and the program starts running. But after a while there comes this error message...
  6. blunt80fi

    Losing field current in a DC machine

    Hello! I'm simulating a DC Motor with matlab. I have this problem with simulating the situation where the field current is lost when the machine is running in steady state. My results show that the armature current becomes very high and the rotation speed drops to zero. But what should happen...
Back
Top