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