Prev: Graph Scale
Next: load error
From: Li on
Hi,

I produced a number of Matlab figures (*.fig). How can I distribute these figures to other persons who don't have Matlab installed in their computers? Those are 3D plot so that they could also rotate the figures freely.

Thanks.
From: us on
On Jul 27, 8:14 pm, "Li " <x...(a)hotmail.com> wrote:
> Hi,
>
> I produced a number of Matlab figures (*.fig). How can I distribute these figures to other persons who don't have Matlab installed in their computers? Those are 3D plot so that they could also rotate the figures freely.
>
> Thanks.

you cannot...
us
From: Walter Roberson on
Li wrote:

> I produced a number of Matlab figures (*.fig). How can I distribute
> these figures to other persons who don't have Matlab installed in their
> computers? Those are 3D plot so that they could also rotate the figures
> freely.

You could get the compiler toolbox and compile a stand along executable that
read the .fig files and displayed them.

You would, though, need to cross-check to see whether the rotation tool is
supported for stand alone executables.


By the way, this would be like putting a piece of paper in a 280 pound
shipping case, as the standalone executables need a 276+ Mb runtime library.
From: us on
Walter Roberson <roberson(a)hushmail.com> wrote in message <i2n89r$dcq$2(a)canopus.cc.umanitoba.ca>...
> Li wrote:
>
> > I produced a number of Matlab figures (*.fig). How can I distribute
> > these figures to other persons who don't have Matlab installed in their
> > computers? Those are 3D plot so that they could also rotate the figures
> > freely.
>
> You could get the compiler toolbox and compile a stand along executable that
> read the .fig files and displayed them.
>
> You would, though, need to cross-check to see whether the rotation tool is
> supported for stand alone executables.
>
>
> By the way, this would be like putting a piece of paper in a 280 pound
> shipping case, as the standalone executables need a 276+ Mb runtime library.

well...
still a ML installation, albeit a ...light... one
moreover, according to

http://www.mathworks.com/access/helpdesk/help/toolbox/compiler/br2cqa0-20.html

interactive rotation is (probably) not implemented, to boot
....
Some functions are not supported in standalone mode...
....
Tools that allow run-time manipulation of figures
....

us
From: Li on
> well...
> still a ML installation, albeit a ...light... one
> moreover, according to
>
> http://www.mathworks.com/access/helpdesk/help/toolbox/compiler/br2cqa0-20.html
>
> interactive rotation is (probably) not implemented, to boot
> ...
> Some functions are not supported in standalone mode...
> ...
> Tools that allow run-time manipulation of figures
> ...

You are right. I tried to produce .exe file with Compiler. But nothing came out...

Is there any other ways to do this?! Please help~ Thank you!
 |  Next  |  Last
Pages: 1 2
Prev: Graph Scale
Next: load error