Hi,
I hope you can help. I am trying to set up a test of an imbedded Matlab function I have produced. I have it set up with a series of constant blocks that get their values from an initialisation script.
Whenever I run it, I get the following error:
??? Error using ==> sim
--> Error...
Hi. I'm trying to upgrade a simulator for 6.5.1 to 2007b (7.1?) and to do this I need to recompile all the .dll files to make them .mexw32 files.
I am starting off with a matlab m file.
I then use the command
mcc -l csma.m (csma.m is the file name)
to convert the file into c,
I am...
Hi, I'm quite new to VBA.
I have a main sub which calls other subs in order to run. If a condition in one of these Subs is met I want to exit the main sub. Using 'Exit Sub' just exits the internal sub rather than the whole program. I remember seeing how to do this somewhere a while back but...
I'm trying to program FEMAP using VBA through Excel. Am quite new to it and am having problems applying boundary conditions. I want to constrain a point (of which I know the ID) in all six dof. I am trying to use feBCSets and feBCGeom to do this. The code runs without errors but appears to...