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...
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...
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...
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...
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...