Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

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

Search results for query: *

  1. saro64

    problem mglinstaller and mat-engine

    Hi, I have a vc++ project and i use matlab 6.5. I can run my exe (which calls normal math functions) in a deployment machine. But when i run a exe which call matlab-engine functions in a deployment machine, the engine fails to start. I have installed the mglinstaller in my deployment machine...
  2. saro64

    How to use matlab engine,its functions in a machine W/O matlab install

    Hi, I tried to use matlab from my vc++ program. I have included the header files necessary for MATLAB. i have also included the libraries for MATLAB in linker settings. #include <stdlib.h> #include <stdio.h> #include <string.h> #include "engine.h" int main() { Engine *ep; if (!(ep...
  3. saro64

    How do I expand the axes to eliminate all of the gray space in a figur

    Hi , thanks for the information. Cahnging the position worked.
  4. saro64

    How do I expand the axes to eliminate all of the gray space in a figur

    Hi, Iam using MATLAB version 6.5.0.180913a Release 13. I have the following question: How do I expand the axes to eliminate all of the gray space in a figure? However, this can be accomplished through manipulation of the 'OuterPosition', 'Position', and 'TightInset' properties of the axes...

Part and Inventory Search

Back
Top